| Index: chrome/browser/chromeos/login/easy_unlock/short_lived_user_context.cc
|
| diff --git a/chrome/browser/chromeos/login/easy_unlock/short_lived_user_context.cc b/chrome/browser/chromeos/login/easy_unlock/short_lived_user_context.cc
|
| index adc71aaf8dcb6217b1ce01588baa7010d60b5700..270742f3b0043d424d135209c64a652d1d458258 100644
|
| --- a/chrome/browser/chromeos/login/easy_unlock/short_lived_user_context.cc
|
| +++ b/chrome/browser/chromeos/login/easy_unlock/short_lived_user_context.cc
|
| @@ -48,7 +48,7 @@ void ShortLivedUserContext::Reset() {
|
| }
|
| }
|
|
|
| -void ShortLivedUserContext::OnAppDeactivated(Profile* profile,
|
| +void ShortLivedUserContext::OnAppDeactivated(content::BrowserContext* context,
|
| const std::string& app_id) {
|
| if (app_id == extension_misc::kEasyUnlockAppId)
|
| Reset();
|
|
|