Patch recent cls from nearby_connections;

Sync github to replace nearby_connections with nearby.

PiperOrigin-RevId: 411609608
This commit is contained in:
hais
2021-11-22 11:38:39 -08:00
committed by Copybara-Service
parent b829cd62c4
commit a192cd3e32
93 changed files with 4596 additions and 4598 deletions
+2 -2
View File
@@ -22,12 +22,12 @@ cc_library(
compatible_with = ["//buildenv/target:non_prod"],
visibility = [
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
"//third_party/nearby_connections/cpp:__subpackages__",
"//third_party/nearby/cpp:__subpackages__",
],
deps = [
"//absl/strings",
"//absl/time",
"//absl/types:optional",
"//third_party/nearby_connections/cpp/cal/base:types",
"//third_party/nearby/cpp/cal/base:types",
],
)
+1 -1
View File
@@ -22,7 +22,7 @@
#include "absl/strings/string_view.h"
#include "absl/time/time.h"
#include "absl/types/optional.h"
#include "third_party/nearby_connections/cpp/cal/base/ble_types.h"
#include "third_party/nearby/cpp/cal/base/ble_types.h"
namespace nearby {
namespace cal {
namespace api {