| Index: chrome/browser/ui/startup/startup_browser_creator.cc
|
| diff --git a/chrome/browser/ui/startup/startup_browser_creator.cc b/chrome/browser/ui/startup/startup_browser_creator.cc
|
| index cc9a84beee35e5910e4388176ba4a622c49fae66..e882f1775c2f757a64e244ba2838db4abf60207b 100644
|
| --- a/chrome/browser/ui/startup/startup_browser_creator.cc
|
| +++ b/chrome/browser/ui/startup/startup_browser_creator.cc
|
| @@ -362,7 +362,7 @@ SessionStartupPref StartupBrowserCreator::GetSessionStartupPref(
|
| // in a location shared by all users and the check is meaningless. Query the
|
| // UserManager instead to determine whether the user is new.
|
| #if defined(OS_CHROMEOS)
|
| - const bool is_first_run = chromeos::UserManager::Get()->IsCurrentUserNew();
|
| + const bool is_first_run = chromeos::GetUserManager()->IsCurrentUserNew();
|
| #else
|
| const bool is_first_run = first_run::IsChromeFirstRun();
|
| #endif
|
|
|