| 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 3f0cd4afd610419a4036384f98c607cf2ff1439d..d19dcf80ad68dc7cc61fe6cb84f6018dc1ee7ea3 100644
|
| --- a/chrome/browser/automation/testing_automation_provider_chromeos.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider_chromeos.cc
|
| @@ -50,7 +50,7 @@ namespace {
|
|
|
| bool EnsureCrosLibraryLoaded(AutomationProvider* provider,
|
| IPC::Message* reply_message) {
|
| - if (!CrosLibrary::Get()->EnsureLoaded()) {
|
| + if (!CrosLibrary::Get()->libcros_loaded()) {
|
| AutomationJSONReply(provider, reply_message).SendError(
|
| "Could not load cros library.");
|
| return false;
|
|
|