| Index: chrome/browser/chromeos/app_mode/startup_app_launcher.cc
|
| diff --git a/chrome/browser/chromeos/app_mode/startup_app_launcher.cc b/chrome/browser/chromeos/app_mode/startup_app_launcher.cc
|
| index 8c99fb8333774572a2ce66128fcb64dda14b7081..c30e16930aac4eac7124ade444639343ecacc2f9 100644
|
| --- a/chrome/browser/chromeos/app_mode/startup_app_launcher.cc
|
| +++ b/chrome/browser/chromeos/app_mode/startup_app_launcher.cc
|
| @@ -249,7 +249,7 @@ void StartupAppLauncher::LaunchApp() {
|
| NEW_WINDOW));
|
| InitAppSession(profile_, app_id_);
|
|
|
| - UserManager::Get()->SessionStarted();
|
| + GetUserManager()->SessionStarted();
|
|
|
| content::NotificationService::current()->Notify(
|
| chrome::NOTIFICATION_KIOSK_APP_LAUNCHED,
|
|
|