Replace proto.h includes with pb.h

PiperOrigin-RevId: 399801411
This commit is contained in:
nohle
2021-09-29 16:20:05 -07:00
committed by Copybara-Service
parent bc8769c64e
commit 0d803da06e
8 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -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 {
+1 -1
View File
@@ -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 {