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
+2 -2
View File
@@ -15,8 +15,8 @@
#ifndef PLATFORM_BASE_ERROR_CORE_PARAMS_H_
#define PLATFORM_BASE_ERROR_CORE_PARAMS_H_
#include "proto/connections_enums.proto.h"
#include "proto/errorcode/error_code_enums.proto.h"
#include "proto/connections_enums.pb.h"
#include "proto/errorcode/error_code_enums.pb.h"
namespace location {
namespace nearby {
+1 -1
View File
@@ -15,7 +15,7 @@
#include "platform/base/error_code_recorder.h"
#include "platform/base/logging.h"
#include "proto/errorcode/error_code_enums.proto.h"
#include "proto/errorcode/error_code_enums.pb.h"
namespace location {
namespace nearby {