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

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

Issue 2781263004: HostScanner: Add scanned hosts to NetworkStateHandler and NotificationPresenter. (Closed)
Patch Set: Address nits. 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
« no previous file with comments | « no previous file | chromeos/components/tether/host_scanner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 142149eaa6542d030f56d08b71623748c752efd0..c44e45c2bfa597efd74ad8463383ab4874e9d056 100644
--- a/chromeos/components/tether/host_scan_scheduler_unittest.cc
+++ b/chromeos/components/tether/host_scan_scheduler_unittest.cc
@@ -82,7 +82,8 @@ class HostScanSchedulerTest : public testing::Test {
class FakeHostScanner : public HostScanner {
public:
FakeHostScanner()
- : HostScanner(nullptr, nullptr, nullptr), num_scans_started_(0) {}
+ : HostScanner(nullptr, nullptr, nullptr, nullptr, nullptr),
+ num_scans_started_(0) {}
~FakeHostScanner() override {}
void StartScan() override { num_scans_started_++; }
« no previous file with comments | « no previous file | chromeos/components/tether/host_scanner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698