| Index: chrome/browser/chromeos/login/easy_unlock/short_lived_user_context.h
|
| diff --git a/chrome/browser/chromeos/login/easy_unlock/short_lived_user_context.h b/chrome/browser/chromeos/login/easy_unlock/short_lived_user_context.h
|
| index 648b632182df98622cccc306b82efc6408bcb864..774f9bc6d9f8e7dcd955b10cced1f6b8d8bf135b 100644
|
| --- a/chrome/browser/chromeos/login/easy_unlock/short_lived_user_context.h
|
| +++ b/chrome/browser/chromeos/login/easy_unlock/short_lived_user_context.h
|
| @@ -38,7 +38,8 @@ class ShortLivedUserContext : public apps::AppLifetimeMonitor::Observer {
|
| void Reset();
|
|
|
| // apps::AppLifetimeMonitor::Observer:
|
| - void OnAppDeactivated(Profile* profile, const std::string& app_id) override;
|
| + void OnAppDeactivated(content::BrowserContext* context,
|
| + const std::string& app_id) override;
|
|
|
| std::unique_ptr<UserContext> user_context_;
|
|
|
|
|