| Index: chromeos/components/tether/wifi_hotspot_connector.cc
|
| diff --git a/chromeos/components/tether/wifi_hotspot_connector.cc b/chromeos/components/tether/wifi_hotspot_connector.cc
|
| index 1ec2bed728055bcd31cb540d956d6bf3eff788b9..f97380ef467b2758c9335ef7190240c8ef9c40c0 100644
|
| --- a/chromeos/components/tether/wifi_hotspot_connector.cc
|
| +++ b/chromeos/components/tether/wifi_hotspot_connector.cc
|
| @@ -19,6 +19,10 @@ namespace chromeos {
|
|
|
| namespace tether {
|
|
|
| +WifiHotspotConnector::WifiHotspotConnector()
|
| + : WifiHotspotConnector(NetworkHandler::Get()->network_state_handler(),
|
| + NetworkConnect::Get()) {}
|
| +
|
| WifiHotspotConnector::WifiHotspotConnector(
|
| NetworkStateHandler* network_state_handler,
|
| NetworkConnect* network_connect)
|
|
|