| Index: chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.h
|
| diff --git a/chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.h b/chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.h
|
| index d998ab64d677341fad79259142fbae59ae168a1c..4644b088939aa05e31ef0070482468780f90506d 100644
|
| --- a/chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.h
|
| +++ b/chrome/browser/ui/ash/launcher/multi_profile_app_window_launcher_controller.h
|
| @@ -7,6 +7,10 @@
|
|
|
| #include "chrome/browser/ui/ash/launcher/app_window_launcher_controller.h"
|
|
|
| +namespace user_manager {
|
| +class UserID;
|
| +}
|
| +
|
| // Inherits from AppWindowLauncherController and overwrites the AppWindow
|
| // observing functions to switch between users dynamically.
|
| class MultiProfileAppWindowLauncherController
|
| @@ -17,7 +21,7 @@ class MultiProfileAppWindowLauncherController
|
| ~MultiProfileAppWindowLauncherController() override;
|
|
|
| // Overridden from AppWindowLauncherController:
|
| - void ActiveUserChanged(const std::string& user_email) override;
|
| + void ActiveUserChanged(const user_manager::UserID& user_id) override;
|
| void AdditionalUserAddedToSession(Profile* profile) override;
|
|
|
| // Overridden from AppWindowRegistry::Observer:
|
|
|