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

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

Issue 2819383002: [CrOS Tether] Update NetworkState to include tether properties and integrate into NetworkStateHandl… (Closed)
Patch Set: stevenjb@ 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/host_scan_scheduler_unittest.cc
diff --git a/chromeos/components/tether/host_scan_scheduler_unittest.cc b/chromeos/components/tether/host_scan_scheduler_unittest.cc
index c44e45c2bfa597efd74ad8463383ab4874e9d056..cf588081ea12df22ee175d872089cc043bbcec33 100644
--- a/chromeos/components/tether/host_scan_scheduler_unittest.cc
+++ b/chromeos/components/tether/host_scan_scheduler_unittest.cc
@@ -23,7 +23,7 @@ class HostScanSchedulerTest : public testing::Test {
protected:
class TestDelegate : public HostScanScheduler::Delegate {
public:
- TestDelegate(HostScanSchedulerTest* test)
+ explicit TestDelegate(HostScanSchedulerTest* test)
: test_(test),
observer_(nullptr),
is_authenticated_user_logged_in(true),
@@ -82,7 +82,7 @@ class HostScanSchedulerTest : public testing::Test {
class FakeHostScanner : public HostScanner {
public:
FakeHostScanner()
- : HostScanner(nullptr, nullptr, nullptr, nullptr, nullptr),
+ : HostScanner(nullptr, nullptr, nullptr, nullptr, nullptr, nullptr),
num_scans_started_(0) {}
~FakeHostScanner() override {}
« no previous file with comments | « chromeos/components/tether/active_host_network_state_updater_unittest.cc ('k') | chromeos/components/tether/host_scanner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698