| 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 9e223167e17104620b80da8d9f40469712e95f24..fa8438af73d7b3371f1b283a417085f8e521f996 100644
|
| --- a/chrome/browser/automation/testing_automation_provider_chromeos.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider_chromeos.cc
|
| @@ -478,7 +478,7 @@ void TestingAutomationProvider::ForgetWifiNetwork(
|
| return;
|
| }
|
|
|
| - CrosLibrary::Get()->GetNetworkLibrary()->ForgetWifiNetwork(service_path);
|
| + CrosLibrary::Get()->GetNetworkLibrary()->ForgetNetwork(service_path);
|
| AutomationJSONReply(this, reply_message).SendSuccess(NULL);
|
| }
|
|
|
|
|