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

Unified Diff: chromeos/components/tether/ble_connection_manager.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
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();
« no previous file with comments | « chromeos/components/tether/ble_advertiser_unittest.cc ('k') | chromeos/components/tether/ble_connection_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698