| 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 1af8e165a49411e63dde5d666f8010483f094528..aec1f94f3720d9fd4dd49002f7faec5c0a1029eb 100644
|
| --- a/chrome/browser/automation/testing_automation_provider_chromeos.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider_chromeos.cc
|
| @@ -900,7 +900,7 @@ void TestingAutomationProvider::FetchEnterprisePolicy(
|
| if (policy_subsystem) {
|
| // Set up an observer (it will delete itself).
|
| new CloudPolicyObserver(this, reply_message, connector, policy_subsystem);
|
| - connector->FetchDevicePolicy();
|
| + connector->FetchCloudPolicy();
|
| } else {
|
| AutomationJSONReply(this, reply_message).SendError(
|
| "Unable to access CloudPolicySubsystem");
|
|
|