mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Finish migrating account_manager.h to new location.
PiperOrigin-RevId: 592074168
This commit is contained in:
committed by
Copybara-Service
parent
32740f8591
commit
63e744e133
@@ -112,6 +112,7 @@ cc_library(
|
||||
"//internal/platform:base",
|
||||
"//internal/platform:types",
|
||||
"//internal/platform/flags:platform_flags",
|
||||
"//internal/platform/implementation:types",
|
||||
"//internal/preferences",
|
||||
"@com_google_absl//absl/container:flat_hash_map",
|
||||
"@com_google_absl//absl/status",
|
||||
|
||||
@@ -27,10 +27,10 @@
|
||||
#include "fastpair/server_access/fast_pair_client.h"
|
||||
#include "fastpair/server_access/fast_pair_http_notifier.h"
|
||||
#include "fastpair/repository/fast_pair_repository.h"
|
||||
#include "internal/account/account_manager.h"
|
||||
#include "internal/auth/authentication_manager.h"
|
||||
#include "internal/network/http_client.h"
|
||||
#include "internal/platform/device_info.h"
|
||||
#include "internal/platform/implementation/account_manager.h"
|
||||
#include "internal/platform/single_thread_executor.h"
|
||||
#include "internal/platform/task_runner.h"
|
||||
#include "internal/preferences/preferences_manager.h"
|
||||
|
||||
@@ -33,9 +33,9 @@ cc_library(
|
||||
"//fastpair/handshake",
|
||||
"//fastpair/internal/mediums",
|
||||
"//fastpair/pairing/fastpair:pairing",
|
||||
"//internal/account",
|
||||
"//internal/base",
|
||||
"//internal/platform:types",
|
||||
"//internal/platform/implementation:types",
|
||||
"@com_google_absl//absl/container:flat_hash_map",
|
||||
"@com_google_absl//absl/functional:bind_front",
|
||||
"@com_google_absl//absl/synchronization",
|
||||
|
||||
@@ -34,9 +34,9 @@ cc_library(
|
||||
"//fastpair/handshake",
|
||||
"//fastpair/internal/mediums",
|
||||
"//fastpair/repository",
|
||||
"//internal/account",
|
||||
"//internal/platform:comm",
|
||||
"//internal/platform:types",
|
||||
"//internal/platform/implementation:types",
|
||||
"@com_google_absl//absl/functional:any_invocable",
|
||||
"@com_google_absl//absl/time",
|
||||
],
|
||||
|
||||
@@ -26,8 +26,8 @@
|
||||
#include "fastpair/handshake/fast_pair_handshake.h"
|
||||
#include "fastpair/internal/mediums/mediums.h"
|
||||
#include "fastpair/pairing/fastpair/fast_pair_pairer.h"
|
||||
#include "internal/account/account_manager.h"
|
||||
#include "internal/platform/bluetooth_classic.h"
|
||||
#include "internal/platform/implementation/account_manager.h"
|
||||
#include "internal/platform/single_thread_executor.h"
|
||||
#include "internal/platform/timer_impl.h"
|
||||
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
#include "fastpair/internal/mediums/mediums.h"
|
||||
#include "fastpair/pairing/fastpair/fast_pair_pairer.h"
|
||||
#include "fastpair/pairing/pairer_broker.h"
|
||||
#include "internal/account/account_manager.h"
|
||||
#include "internal/base/observer_list.h"
|
||||
#include "internal/platform/implementation/account_manager.h"
|
||||
#include "internal/platform/single_thread_executor.h"
|
||||
#include "internal/platform/timer_impl.h"
|
||||
|
||||
|
||||
@@ -38,10 +38,10 @@ cc_library(
|
||||
"//fastpair/pairing",
|
||||
"//fastpair/repository",
|
||||
"//fastpair/repository:device_repository",
|
||||
"//internal/account",
|
||||
"//internal/base",
|
||||
"//internal/platform:comm",
|
||||
"//internal/platform:types",
|
||||
"//internal/platform/implementation:types",
|
||||
"//third_party/magic_enum",
|
||||
"@com_google_absl//absl/container:flat_hash_set",
|
||||
"@com_google_absl//absl/status",
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
#include "fastpair/internal/mediums/mediums.h"
|
||||
#include "fastpair/repository/fast_pair_repository.h"
|
||||
#include "internal/account/account_manager.h"
|
||||
#include "internal/platform/implementation/account_manager.h"
|
||||
|
||||
namespace nearby {
|
||||
namespace fastpair {
|
||||
|
||||
@@ -19,9 +19,9 @@
|
||||
#include "fastpair/internal/mediums/mediums.h"
|
||||
#include "fastpair/repository/fast_pair_device_repository.h"
|
||||
#include "fastpair/retroactive/retroactive_pairing_detector.h"
|
||||
#include "internal/account/account_manager.h"
|
||||
#include "internal/base/observer_list.h"
|
||||
#include "internal/platform/bluetooth_classic.h"
|
||||
#include "internal/platform/implementation/account_manager.h"
|
||||
#include "internal/platform/single_thread_executor.h"
|
||||
|
||||
namespace nearby {
|
||||
|
||||
@@ -32,7 +32,6 @@ cc_library(
|
||||
"//fastpair/common",
|
||||
"//fastpair/proto:fastpair_cc_proto",
|
||||
"//fastpair/proto:proto_to_json",
|
||||
"//internal/account",
|
||||
"//internal/auth:credential",
|
||||
"//internal/auth:types",
|
||||
"//internal/base",
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
#include "absl/synchronization/notification.h"
|
||||
#include "fastpair/common/fast_pair_switches.h"
|
||||
#include "fastpair/server_access/fast_pair_http_notifier.h"
|
||||
#include "internal/account/account_manager.h"
|
||||
#include "internal/auth/auth_status_util.h"
|
||||
#include "internal/auth/authentication_manager.h"
|
||||
#include "internal/network/http_client.h"
|
||||
@@ -35,6 +34,7 @@
|
||||
#include "internal/network/http_response.h"
|
||||
#include "internal/network/url.h"
|
||||
#include "internal/platform/device_info.h"
|
||||
#include "internal/platform/implementation/account_manager.h"
|
||||
#include "internal/platform/implementation/device_info.h"
|
||||
#include "internal/platform/logging.h"
|
||||
|
||||
|
||||
@@ -24,11 +24,11 @@
|
||||
#include "absl/strings/string_view.h"
|
||||
#include "fastpair/server_access/fast_pair_client.h"
|
||||
#include "fastpair/server_access/fast_pair_http_notifier.h"
|
||||
#include "internal/account/account_manager.h"
|
||||
#include "internal/auth/authentication_manager.h"
|
||||
#include "internal/network/http_client.h"
|
||||
#include "internal/network/url.h"
|
||||
#include "internal/platform/device_info.h"
|
||||
#include "internal/platform/implementation/account_manager.h"
|
||||
|
||||
namespace nearby {
|
||||
namespace fastpair {
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "internal/account/account_manager.h"
|
||||
#include "internal/platform/implementation/account_manager.h"
|
||||
#include "internal/platform/implementation/webrtc.h"
|
||||
|
||||
namespace nearby {
|
||||
|
||||
Reference in New Issue
Block a user