Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Unified Diff: chromeos/components/tether/initializer.h

Issue 2951303002: [CrOS Tether] Move LocalDeviceDataProvider from //chromeos/components/tether to //components/crypta… (Closed)
Patch Set: Rebased. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/components/tether/ble_scanner_unittest.cc ('k') | chromeos/components/tether/initializer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/components/tether/initializer.h
diff --git a/chromeos/components/tether/initializer.h b/chromeos/components/tether/initializer.h
index 5ff11ccd8add3d7735785571e735693f654209f5..db1449f8c35e08e8140cdd8b36b58f0123592c3c 100644
--- a/chromeos/components/tether/initializer.h
+++ b/chromeos/components/tether/initializer.h
@@ -21,6 +21,7 @@ class PrefService;
namespace cryptauth {
class CryptAuthService;
+class LocalDeviceDataProvider;
class RemoteBeaconSeedFetcher;
}
@@ -43,7 +44,6 @@ class HostScanner;
class HostScanScheduler;
class HostScanDevicePrioritizerImpl;
class KeepAliveScheduler;
-class LocalDeviceDataProvider;
class NetworkConfigurationRemover;
class NotificationPresenter;
class TetherConnector;
@@ -113,7 +113,8 @@ class Initializer : public OAuth2TokenService::Observer {
// initialization to ensure that they are destroyed in the correct order. This
// order will be enforced by InitializerTest.TestCreateAndDestroy.
std::unique_ptr<TetherHostFetcher> tether_host_fetcher_;
- std::unique_ptr<LocalDeviceDataProvider> local_device_data_provider_;
+ std::unique_ptr<cryptauth::LocalDeviceDataProvider>
+ local_device_data_provider_;
std::unique_ptr<cryptauth::RemoteBeaconSeedFetcher>
remote_beacon_seed_fetcher_;
std::unique_ptr<BleConnectionManager> ble_connection_manager_;
« no previous file with comments | « chromeos/components/tether/ble_scanner_unittest.cc ('k') | chromeos/components/tether/initializer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698