| Index: chrome/browser/chromeos/login/screen_locker.cc
|
| diff --git a/chrome/browser/chromeos/login/screen_locker.cc b/chrome/browser/chromeos/login/screen_locker.cc
|
| index f492a87cd817843dc3cfa40da1a44c7a798c23b4..ca7ee8f88e2895d61a5ed26e781474bb4a1ccf74 100644
|
| --- a/chrome/browser/chromeos/login/screen_locker.cc
|
| +++ b/chrome/browser/chromeos/login/screen_locker.cc
|
| @@ -318,7 +318,7 @@ void ScreenLocker::Signout() {
|
| #if defined(TOOLKIT_USES_GTK)
|
| WmIpc::instance()->NotifyAboutSignout();
|
| #endif
|
| - DBusThreadManager::Get()->session_manager_client()->StopSession();
|
| + DBusThreadManager::Get()->GetSessionManagerClient()->StopSession();
|
|
|
| // Don't hide yet the locker because the chrome screen may become visible
|
| // briefly.
|
|
|