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

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

Issue 2945643002: [CrOS Tether] Sort Tether network lists. (Closed)
Patch Set: stevenjb@ comments. Created 3 years, 6 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_scanner_unittest.cc
diff --git a/chromeos/components/tether/host_scanner_unittest.cc b/chromeos/components/tether/host_scanner_unittest.cc
index bb17db4d7f687b45c7273dcd9b63a0179e1106b3..0c5df76a14aeb55e3fe19da57ae66999feb6efab 100644
--- a/chromeos/components/tether/host_scanner_unittest.cc
+++ b/chromeos/components/tether/host_scanner_unittest.cc
@@ -10,7 +10,6 @@
#include "base/memory/ptr_util.h"
#include "base/run_loop.h"
-#include "base/test/scoped_task_environment.h"
#include "base/test/simple_test_clock.h"
#include "base/time/time.h"
#include "chromeos/components/tether/device_id_tether_network_guid_map.h"
@@ -44,7 +43,7 @@ class TestObserver : public HostScanner::Observer {
class FakeHostScanDevicePrioritizer : public HostScanDevicePrioritizer {
public:
- FakeHostScanDevicePrioritizer() : HostScanDevicePrioritizer(nullptr) {}
+ FakeHostScanDevicePrioritizer() : HostScanDevicePrioritizer() {}
~FakeHostScanDevicePrioritizer() override {}
// Simply leave |remote_devices| as-is.
« no previous file with comments | « chromeos/components/tether/host_scanner_operation_unittest.cc ('k') | chromeos/components/tether/initializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698