Switch to the correct proto includes

PiperOrigin-RevId: 529178647
This commit is contained in:
Anay Wadhera
2023-05-03 13:24:44 -07:00
committed by Copybara-Service
parent 21d2efbccd
commit 608fb93ad6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
#define THIRD_PARTY_NEARBY_PRESENCE_PRESENCE_DEVICE_PROVIDER_H_
#include "internal/interop/device_provider.h"
#include "internal/proto/metadata.proto.h"
#include "internal/proto/metadata.pb.h"
#include "presence/presence_device.h"
namespace nearby {
+1 -1
View File
@@ -20,7 +20,7 @@
#include <vector>
#include "internal/platform/borrowable.h"
#include "internal/proto/metadata.proto.h"
#include "internal/proto/metadata.pb.h"
#include "presence/data_types.h"
#include "presence/implementation/service_controller.h"
#include "presence/presence_client.h"