summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/testing_automation_provider_chromeos.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/automation/testing_automation_provider_chromeos.cc')
-rw-r--r--chrome/browser/automation/testing_automation_provider_chromeos.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/automation/testing_automation_provider_chromeos.cc b/chrome/browser/automation/testing_automation_provider_chromeos.cc
index 98c9ab8..c487cc9 100644
--- a/chrome/browser/automation/testing_automation_provider_chromeos.cc
+++ b/chrome/browser/automation/testing_automation_provider_chromeos.cc
@@ -408,7 +408,7 @@ void TestingAutomationProvider::AddLoginEventObserver(
void TestingAutomationProvider::SignOut(DictionaryValue* args,
IPC::Message* reply_message) {
- ash::Shell::GetInstance()->tray_delegate()->SignOut();
+ ash::Shell::GetInstance()->system_tray_delegate()->SignOut();
// Sign out has the side effect of restarting the session_manager
// and chrome, thereby severing the automation channel, so it's
// not really necessary to send a reply back. The next line is