| Index: ash/system/chromeos/network/network_connect.cc
|
| diff --git a/ash/system/chromeos/network/network_connect.cc b/ash/system/chromeos/network/network_connect.cc
|
| index 688c9108704330e78d767de2cec543af1f644ca4..85c87617720aa06bd30eed0dd12efb2dcdf7d2b9 100644
|
| --- a/ash/system/chromeos/network/network_connect.cc
|
| +++ b/ash/system/chromeos/network/network_connect.cc
|
| @@ -15,6 +15,7 @@
|
| #include "base/values.h"
|
| #include "chromeos/login/login_state.h"
|
| #include "chromeos/network/device_state.h"
|
| +#include "chromeos/network/network_activation_handler.h"
|
| #include "chromeos/network/network_configuration_handler.h"
|
| #include "chromeos/network/network_connection_handler.h"
|
| #include "chromeos/network/network_event_log.h"
|
| @@ -282,7 +283,7 @@ void ActivateCellular(const std::string& service_path) {
|
| return;
|
| }
|
|
|
| - NetworkHandler::Get()->network_connection_handler()->ActivateNetwork(
|
| + NetworkHandler::Get()->network_activation_handler()->Activate(
|
| service_path,
|
| "", // carrier
|
| base::Bind(&OnActivateSucceeded, service_path),
|
|
|