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

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

Issue 2844973002: [CrOS Tether] Create TetherHostResponseRecorder, which records ConnectTetheringResponses and Tether… (Closed)
Patch Set: Removed file that didn't belong in this CL, alphabetized forward declarations. 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 cf588081ea12df22ee175d872089cc043bbcec33..f6fbbfa0722399adb88dab14b1faba6077f69111 100644
--- a/chromeos/components/tether/host_scan_scheduler_unittest.cc
+++ b/chromeos/components/tether/host_scan_scheduler_unittest.cc
@@ -82,7 +82,13 @@ class HostScanSchedulerTest : public testing::Test {
class FakeHostScanner : public HostScanner {
public:
FakeHostScanner()
- : HostScanner(nullptr, nullptr, nullptr, nullptr, nullptr, nullptr),
+ : HostScanner(nullptr,
+ nullptr,
+ nullptr,
+ nullptr,
+ nullptr,
+ nullptr,
+ nullptr),
num_scans_started_(0) {}
~FakeHostScanner() override {}

Powered by Google App Engine
This is Rietveld 408576698