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

Unified Diff: chromeos/components/tether/initializer.h

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
« no previous file with comments | « chromeos/components/tether/host_scanner_unittest.cc ('k') | chromeos/components/tether/initializer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/components/tether/initializer.h
diff --git a/chromeos/components/tether/initializer.h b/chromeos/components/tether/initializer.h
index 2b1c41d6912820193a781d9ede607afc944c23e4..5ff11ccd8add3d7735785571e735693f654209f5 100644
--- a/chromeos/components/tether/initializer.h
+++ b/chromeos/components/tether/initializer.h
@@ -41,7 +41,7 @@ class DeviceIdTetherNetworkGuidMap;
class HostScanCache;
class HostScanner;
class HostScanScheduler;
-class HostScanDevicePrioritizer;
+class HostScanDevicePrioritizerImpl;
class KeepAliveScheduler;
class LocalDeviceDataProvider;
class NetworkConfigurationRemover;
@@ -118,7 +118,7 @@ class Initializer : public OAuth2TokenService::Observer {
remote_beacon_seed_fetcher_;
std::unique_ptr<BleConnectionManager> ble_connection_manager_;
std::unique_ptr<TetherHostResponseRecorder> tether_host_response_recorder_;
- std::unique_ptr<HostScanDevicePrioritizer> host_scan_device_prioritizer_;
+ std::unique_ptr<HostScanDevicePrioritizerImpl> host_scan_device_prioritizer_;
std::unique_ptr<WifiHotspotConnector> wifi_hotspot_connector_;
std::unique_ptr<ActiveHost> active_host_;
std::unique_ptr<ActiveHostNetworkStateUpdater>
« no previous file with comments | « chromeos/components/tether/host_scanner_unittest.cc ('k') | chromeos/components/tether/initializer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698