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

Unified Diff: chromeos/components/tether/fake_tether_host_fetcher.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/fake_tether_host_fetcher.cc
diff --git a/chromeos/components/tether/fake_tether_host_fetcher.cc b/chromeos/components/tether/fake_tether_host_fetcher.cc
index 79de8516d13c64d2a7db0c8992d380ebb80d07ec..b8ea9f2c9316951890031847cf32aadfcc1a74cd 100644
--- a/chromeos/components/tether/fake_tether_host_fetcher.cc
+++ b/chromeos/components/tether/fake_tether_host_fetcher.cc
@@ -13,7 +13,7 @@ namespace tether {
FakeTetherHostFetcher::FakeTetherHostFetcher(
std::vector<cryptauth::RemoteDevice> tether_hosts,
bool synchronously_reply_with_results)
- : TetherHostFetcher("", "", nullptr, nullptr),
+ : TetherHostFetcher(nullptr),
tether_hosts_(tether_hosts),
synchronously_reply_with_results_(synchronously_reply_with_results) {}
« no previous file with comments | « chromeos/components/tether/active_host_network_state_updater.cc ('k') | chromeos/components/tether/host_scanner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698