| Index: chromeos/components/tether/initializer.cc
|
| diff --git a/chromeos/components/tether/initializer.cc b/chromeos/components/tether/initializer.cc
|
| index 9d12a935dbd84d23c274e7d511a6d0df475412ab..ee2d8f3e4d1ace6f37ee97e23b52dcf0a6e19683 100644
|
| --- a/chromeos/components/tether/initializer.cc
|
| +++ b/chromeos/components/tether/initializer.cc
|
| @@ -182,7 +182,7 @@ void Initializer::OnBluetoothAdapterAdvertisingIntervalSet(
|
| host_scanner_ = base::MakeUnique<HostScanner>(
|
| tether_host_fetcher_.get(), ble_connection_manager_.get(),
|
| host_scan_device_prioritizer_.get(), network_state_handler_,
|
| - notification_presenter_.get());
|
| + notification_presenter_.get(), device_id_tether_network_guid_map_.get());
|
|
|
| // TODO(khorimoto): Hook up HostScanScheduler. Currently, we simply start a
|
| // new scan once the user logs in.
|
|
|