| Index: chromeos/components/tether/initializer.h
|
| diff --git a/chromeos/components/tether/initializer.h b/chromeos/components/tether/initializer.h
|
| index c633bebe9196468ad3981bf40e6fdfb8c4017d58..abb4e919600856ca3829727a8c876e84ed486b03 100644
|
| --- a/chromeos/components/tether/initializer.h
|
| +++ b/chromeos/components/tether/initializer.h
|
| @@ -39,7 +39,6 @@
|
| class LocalDeviceDataProvider;
|
| class NotificationPresenter;
|
| class TetherConnector;
|
| -class TetherDeviceStateManager;
|
| class TetherHostFetcher;
|
| class WifiHotspotConnector;
|
|
|
| @@ -95,7 +94,6 @@
|
| // Declare new objects in the order that they will be created during
|
| // initialization to ensure that they are destroyed in the correct order. This
|
| // order will be enforced by InitializerTest.TestCreateAndDestroy.
|
| - std::unique_ptr<TetherDeviceStateManager> tether_device_state_manager_;
|
| std::unique_ptr<TetherHostFetcher> tether_host_fetcher_;
|
| std::unique_ptr<LocalDeviceDataProvider> local_device_data_provider_;
|
| std::unique_ptr<cryptauth::RemoteBeaconSeedFetcher>
|
|
|