mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-15 07:06:11 -04:00
Replace proto.h includes with pb.h
PiperOrigin-RevId: 399801411
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#ifndef CORE_EVENT_LOGGER_H_
|
||||
#define CORE_EVENT_LOGGER_H_
|
||||
|
||||
#include "proto/analytics/connections_log.proto.h"
|
||||
#include "proto/analytics/connections_log.pb.h"
|
||||
|
||||
namespace location {
|
||||
namespace nearby {
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include "platform/base/byte_array.h"
|
||||
#include "platform/base/feature_flags.h"
|
||||
#include "platform/public/count_down_latch.h"
|
||||
#include "proto/connections_enums.proto.h"
|
||||
#include "proto/connections_enums.pb.h"
|
||||
|
||||
namespace location {
|
||||
namespace nearby {
|
||||
|
||||
Reference in New Issue
Block a user