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

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: Update TODOs. 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..81e54feee3c593b9db8cc76bf1637043a3c07ab7 100644
--- a/chromeos/components/tether/host_scan_scheduler_unittest.cc
+++ b/chromeos/components/tether/host_scan_scheduler_unittest.cc
@@ -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 {}

Powered by Google App Engine
This is Rietveld 408576698