Index: chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h |
diff --git a/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h b/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h |
index 08ce9037591343451835e7868223f45de16b093f..37111394642e8fa9a2c09171c66cd2db0f59828f 100644 |
--- a/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h |
+++ b/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h |
@@ -153,7 +153,7 @@ class MultiUserWindowManagerChromeOS |
}; |
typedef std::map<aura::Window*, WindowEntry*> WindowToEntryMap; |
- typedef std::map<std::string, AppObserver*> UserIDToShellWindowObserver; |
+ typedef std::map<std::string, AppObserver*> UserIDToAppWindowObserver; |
typedef std::map<aura::Window*, bool> TransientWindowToVisibility; |
// The animation step for the user change animation. First the old user gets |
@@ -222,8 +222,8 @@ class MultiUserWindowManagerChromeOS |
// should get shown. |
WindowToEntryMap window_to_entry_; |
- // A list of all known users and their shell window observers. |
- UserIDToShellWindowObserver user_id_to_app_observer_; |
+ // A list of all known users and their app window observers. |
+ UserIDToAppWindowObserver user_id_to_app_observer_; |
// An observer list to be notified upon window owner changes. |
ObserverList<Observer> observers_; |