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

Unified Diff: chromeos/components/tether/mock_local_device_data_provider.cc

Issue 2801353002: [CrOS Tether] Fill out the Initializer class. Tether will now initialize fully once the flag is ena… (Closed)
Patch Set: Added missing dep. Created 3 years, 8 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/mock_local_device_data_provider.cc
diff --git a/chromeos/components/tether/mock_local_device_data_provider.cc b/chromeos/components/tether/mock_local_device_data_provider.cc
index 9fe0a4bd1668ef5445c69dac15f0ecb018a4d793..736e620efc7ec4463d50f7e381fed3bdfc2ee065 100644
--- a/chromeos/components/tether/mock_local_device_data_provider.cc
+++ b/chromeos/components/tether/mock_local_device_data_provider.cc
@@ -13,7 +13,7 @@ namespace chromeos {
namespace tether {
MockLocalDeviceDataProvider::MockLocalDeviceDataProvider()
- : LocalDeviceDataProvider(nullptr, nullptr) {}
+ : LocalDeviceDataProvider(nullptr /* cryptauth_service */) {}
MockLocalDeviceDataProvider::~MockLocalDeviceDataProvider() {}
@@ -55,4 +55,4 @@ bool MockLocalDeviceDataProvider::GetLocalDeviceData(
} // namespace tether
-} // namespace cryptauth
+} // namespace chromeos
« no previous file with comments | « chromeos/components/tether/mock_local_device_data_provider.h ('k') | chromeos/components/tether/tether_connector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698