| Index: chromeos/components/tether/ble_connection_manager.h
|
| diff --git a/chromeos/components/tether/ble_connection_manager.h b/chromeos/components/tether/ble_connection_manager.h
|
| index e69cdcef74f0bab9fba1e24b00624f2027562188..aa7809daa75e44838f7a40e7b287f679a63cf971 100644
|
| --- a/chromeos/components/tether/ble_connection_manager.h
|
| +++ b/chromeos/components/tether/ble_connection_manager.h
|
| @@ -23,6 +23,7 @@
|
| namespace cryptauth {
|
| class BluetoothThrottler;
|
| class CryptAuthService;
|
| +class LocalDeviceDataProvider;
|
| } // namespace cryptauth
|
|
|
| namespace chromeos {
|
| @@ -71,7 +72,7 @@ class BleConnectionManager : public BleScanner::Observer {
|
| BleConnectionManager(
|
| cryptauth::CryptAuthService* cryptauth_service,
|
| scoped_refptr<device::BluetoothAdapter> adapter,
|
| - const LocalDeviceDataProvider* local_device_data_provider,
|
| + const cryptauth::LocalDeviceDataProvider* local_device_data_provider,
|
| const cryptauth::RemoteBeaconSeedFetcher* remote_beacon_seed_fetcher,
|
| cryptauth::BluetoothThrottler* bluetooth_throttler);
|
| virtual ~BleConnectionManager();
|
|
|