Internal flow refactor

PiperOrigin-RevId: 420779427
This commit is contained in:
suetfei
2022-01-10 09:27:28 -08:00
committed by Copybara-Service
parent c90f1d023e
commit 24784b5ebb
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
#include "platform/public/condition_variable.h"
#include "platform/public/mutex.h"
#include "platform/public/system_clock.h"
#include "analytics/analytics_recorder.h"
#include "internal/analytics/analytics_recorder.h"
namespace location {
namespace nearby {
+1 -1
View File
@@ -30,7 +30,7 @@
#include "platform/base/prng.h"
#include "platform/public/cancelable_alarm.h"
#include "platform/public/mutex.h"
#include "analytics/analytics_recorder.h"
#include "internal/analytics/analytics_recorder.h"
// Prefer using absl:: versions of a set and a map; they tend to be more
// efficient: implementation is using open-addressing hash tables.
#include "absl/container/flat_hash_map.h"
+1 -1
View File
@@ -23,7 +23,7 @@
#include "platform/base/byte_array.h"
#include "platform/base/exception.h"
#include "platform/public/mutex.h"
#include "analytics/analytics_recorder.h"
#include "internal/analytics/analytics_recorder.h"
#include "proto/connections_enums.pb.h"
namespace location {
+1 -1
View File
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "analytics/analytics_recorder.h"
#include "internal/analytics/analytics_recorder.h"
#include <string>
#include <utility>
+1 -1
View File
@@ -25,7 +25,7 @@
#include "platform/base/error_code_params.h"
#include "platform/public/mutex.h"
#include "platform/public/single_thread_executor.h"
#include "analytics/connection_attempt_metadata_params.h"
#include "internal/analytics/connection_attempt_metadata_params.h"
#include "proto/analytics/connections_log.pb.h"
#include "proto/connections_enums.pb.h"
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "analytics/analytics_recorder.h"
#include "internal/analytics/analytics_recorder.h"
#include <string>
#include <utility>
@@ -24,7 +24,7 @@
#include "platform/base/error_code_recorder.h"
#include "platform/public/count_down_latch.h"
#include "platform/public/logging.h"
#include "analytics/connection_attempt_metadata_params.h"
#include "internal/analytics/connection_attempt_metadata_params.h"
#include "proto/analytics/connections_log.pb.h"
#include "proto/connections_enums.pb.h"