[Nearby Directory Refactoring] Move nearby/proto codes into the appropriate directories.

PiperOrigin-RevId: 421636973
This commit is contained in:
suetfei
2022-01-13 12:48:51 -08:00
committed by Copybara-Service
parent 6dfd9fa0a5
commit 5e845655bb
36 changed files with 48 additions and 51 deletions
+1 -1
View File
@@ -71,9 +71,9 @@ cc_library(
deps = [
"//absl/strings",
"//absl/types:optional",
"//connections/implementation/proto:offline_wire_formats_portable_proto",
"//platform/base",
"//platform/base:cancellation_flag",
"//proto/connections:offline_wire_formats_portable_proto",
"//webrtc/api:libjingle_peerconnection_api",
],
)
+1 -1
View File
@@ -20,8 +20,8 @@
#include <string>
#include "absl/strings/string_view.h"
#include "connections/implementation/proto/offline_wire_formats.pb.h"
#include "platform/base/byte_array.h"
#include "proto/connections/offline_wire_formats.pb.h"
#include "webrtc/api/peer_connection_interface.h"
namespace location {