Index: chrome/browser/ui/ash/launcher/app_window_launcher_controller.h |
diff --git a/chrome/browser/ui/ash/launcher/app_window_launcher_controller.h b/chrome/browser/ui/ash/launcher/app_window_launcher_controller.h |
index 4ff452ee8cd88af197cb8e7e39cebde026a28a8c..9807e871e76ddbd8dc87ce84d943bedf1c64aaea 100644 |
--- a/chrome/browser/ui/ash/launcher/app_window_launcher_controller.h |
+++ b/chrome/browser/ui/ash/launcher/app_window_launcher_controller.h |
@@ -26,6 +26,10 @@ namespace extensions { |
class AppWindow; |
} |
+namespace user_manager { |
+class UserID; |
+} |
+ |
class ChromeLauncherController; |
class Profile; |
class AppWindowLauncherItemController; |
@@ -43,7 +47,7 @@ class AppWindowLauncherController |
// Called by ChromeLauncherController when the active user changed and the |
// items need to be updated. |
- virtual void ActiveUserChanged(const std::string& user_email) {} |
+ virtual void ActiveUserChanged(const user_manager::UserID& user_email) {} |
// An additional user identified by |Profile|, got added to the existing |
// session. |