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

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: hansberry@ comment. 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..2ac13d05516f433025fb176935caf0e8efb9cffd 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) {}
stevenjb 2017/04/11 19:52:00 nit: /* comment */ what nullptr is
MockLocalDeviceDataProvider::~MockLocalDeviceDataProvider() {}
@@ -55,4 +55,4 @@ bool MockLocalDeviceDataProvider::GetLocalDeviceData(
} // namespace tether
-} // namespace cryptauth
+} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698