| Index: chrome/browser/automation/testing_automation_provider_chromeos.cc
|
| diff --git a/chrome/browser/automation/testing_automation_provider_chromeos.cc b/chrome/browser/automation/testing_automation_provider_chromeos.cc
|
| index 357c0341d965aa2eeb9f093e2403820ba7161f89..946d5c0b2cfdad4e15ef5c00e824ceff05a45ebb 100644
|
| --- a/chrome/browser/automation/testing_automation_provider_chromeos.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider_chromeos.cc
|
| @@ -39,6 +39,7 @@
|
| #include "chrome/browser/chromeos/settings/cros_settings.h"
|
| #include "chrome/browser/chromeos/settings/cros_settings_names.h"
|
| #include "chrome/browser/chromeos/system/timezone_settings.h"
|
| +#include "chrome/browser/chromeos/ui_proxy_config_service.h"
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/browser_window.h"
|
| #include "chrome/browser/ui/webui/chromeos/login/oobe_ui.h"
|
| @@ -753,7 +754,7 @@ void TestingAutomationProvider::RefreshInternetDetails(
|
| reply.SendError("Unable to get proxy configuration.");
|
| return;
|
| }
|
| - config_service->UISetCurrentNetwork(service_path);
|
| + config_service->GetUIService().SetCurrentNetwork(service_path);
|
| reply.SendSuccess(NULL);
|
| }
|
|
|
|
|