| Index: chrome/browser/signin/easy_unlock_service_regular.cc
|
| diff --git a/chrome/browser/signin/easy_unlock_service_regular.cc b/chrome/browser/signin/easy_unlock_service_regular.cc
|
| index 312c24bac351c8f0bbb9cfb50473e22989fdb01e..e316354113955c05796ad9e1dd3498bc88754907 100644
|
| --- a/chrome/browser/signin/easy_unlock_service_regular.cc
|
| +++ b/chrome/browser/signin/easy_unlock_service_regular.cc
|
| @@ -187,7 +187,8 @@ void EasyUnlockServiceRegular::OnUserContextFromReauth(
|
| const chromeos::UserContext& user_context) {
|
| DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
|
| short_lived_user_context_.reset(new chromeos::ShortLivedUserContext(
|
| - user_context, apps::AppLifetimeMonitorFactory::GetForProfile(profile()),
|
| + user_context,
|
| + apps::AppLifetimeMonitorFactory::GetForBrowserContext(profile()),
|
| base::ThreadTaskRunnerHandle::Get().get()));
|
|
|
| OpenSetupApp();
|
|
|