| Index: chrome/browser/chromeos/mobile/mobile_activator.cc
|
| diff --git a/chrome/browser/chromeos/mobile/mobile_activator.cc b/chrome/browser/chromeos/mobile/mobile_activator.cc
|
| index bb9cf1bff1fc032a15bf9267cc8526995dce5024..6f019a521ff25c947facc8c9ec9ff561df46eef1 100644
|
| --- a/chrome/browser/chromeos/mobile/mobile_activator.cc
|
| +++ b/chrome/browser/chromeos/mobile/mobile_activator.cc
|
| @@ -624,7 +624,7 @@ void MobileActivator::ContinueConnecting() {
|
| LOG(WARNING) << "Connect failed, will try again in a little bit.";
|
| if (network) {
|
| VLOG(1) << "Connecting to: " << network->path();
|
| - ash::network_connect::ConnectToNetwork(network->path());
|
| + ash::NetworkConnect::Get()->ConnectToNetwork(network->path());
|
| }
|
| }
|
| }
|
|
|