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 189b417a9bec8cd0c44ea3b3712b8b8d774d2bef..28f389c95d7d770b31c1a926ab4241c9e7d4f2e7 100644 |
--- a/chrome/browser/automation/testing_automation_provider_chromeos.cc |
+++ b/chrome/browser/automation/testing_automation_provider_chromeos.cc |
@@ -473,7 +473,7 @@ void TestingAutomationProvider::UnlockScreen(DictionaryValue* args, |
} |
new ScreenUnlockObserver(this, reply_message); |
- screen_locker->Authenticate(ASCIIToUTF16(password)); |
+ screen_locker->AuthenticateByPassword(password); |
} |
// Signing out could have undesirable side effects: session_manager is |