analytics: 3p NC: Update Connections_log.proto

PiperOrigin-RevId: 400862464
This commit is contained in:
edwinwu
2021-10-04 18:21:32 -07:00
committed by Copybara-Service
parent 4af1c80eee
commit 38f89e4e05
13 changed files with 37 additions and 37 deletions
+2 -2
View File
@@ -55,7 +55,7 @@ cc_library(
compatible_with = ["//buildenv/target:non_prod"],
visibility = [
"//googlemac/iPhone/Shared/Nearby/Connections:__subpackages__",
"//third_party/nearby_connections/cpp/analytics:__subpackages__",
"//analytics:__subpackages__",
"//core:__subpackages__",
],
deps = [
@@ -75,7 +75,7 @@ cc_library(
],
compatible_with = ["//buildenv/target:non_prod"],
visibility = [
"//third_party/nearby_connections/cpp/analytics:__subpackages__",
"//analytics:__subpackages__",
],
deps = [
"//proto/analytics:connections_log_cc_proto",
+2 -2
View File
@@ -99,7 +99,7 @@ cc_library(
"//absl/strings",
"//absl/time",
"//absl/types:span",
"//third_party/nearby_connections/cpp/analytics",
"//analytics",
"//core:core_types",
"//core/internal/mediums",
"//core/internal/mediums:utils",
@@ -196,7 +196,7 @@ cc_test(
"//absl/synchronization",
"//absl/time",
"//absl/types:span",
"//third_party/nearby_connections/cpp/analytics",
"//analytics",
"//core:core_types",
"//core/internal/mediums",
"//core/internal/mediums:utils",
+1 -1
View File
@@ -21,7 +21,7 @@
#include "securegcm/d2d_connection_context_v1.h"
#include "absl/base/thread_annotations.h"
#include "third_party/nearby_connections/cpp/analytics/analytics_recorder.h"
#include "analytics/analytics_recorder.h"
#include "core/internal/endpoint_channel.h"
#include "platform/base/byte_array.h"
#include "platform/base/input_stream.h"
+1 -1
View File
@@ -20,7 +20,7 @@
#include <string>
#include <vector>
#include "third_party/nearby_connections/cpp/analytics/analytics_recorder.h"
#include "analytics/analytics_recorder.h"
#include "core/listeners.h"
#include "core/options.h"
#include "core/status.h"
+1 -1
View File
@@ -20,7 +20,7 @@
#include "securegcm/d2d_connection_context_v1.h"
#include "absl/time/clock.h"
#include "third_party/nearby_connections/cpp/analytics/analytics_recorder.h"
#include "analytics/analytics_recorder.h"
#include "platform/base/byte_array.h"
#include "platform/base/exception.h"
#include "platform/public/mutex.h"