| 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_;
|
|
|