Index: chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.h |
diff --git a/chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.h b/chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.h |
index c54397c56b866c8e805dafb30a61e75d5a5e4b4e..e213218ce6b5d88ec120a572703743f288f8c636 100644 |
--- a/chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.h |
+++ b/chrome/browser/ui/ash/multi_user/user_switch_animator_chromeos.h |
@@ -23,7 +23,7 @@ class MultiUserWindowManagerChromeOS; |
// if not done yet. |
// Specifying |animation_disabled| upon creation will perform the transition |
// without visible animations. |
-class UserSwichAnimatorChromeOS { |
+class UserSwitchAnimatorChromeOS { |
Mr4D (OOO till 08-26)
2015/03/21 20:59:16
Oh wow. Thanks for fixing the typo! Amazing that n
|
public: |
// The animation step for the user change animation. |
enum AnimationStep { |
@@ -33,10 +33,10 @@ class UserSwichAnimatorChromeOS { |
ANIMATION_STEP_ENDED // The animation has ended. |
}; |
- UserSwichAnimatorChromeOS(MultiUserWindowManagerChromeOS* owner, |
- const std::string& new_user_id, |
- int animation_speed_ms); |
- ~UserSwichAnimatorChromeOS(); |
+ UserSwitchAnimatorChromeOS(MultiUserWindowManagerChromeOS* owner, |
+ const std::string& new_user_id, |
+ int animation_speed_ms); |
+ ~UserSwitchAnimatorChromeOS(); |
// Check if a window is covering the entire work area of the screen it is on. |
static bool CoversScreen(aura::Window* window); |
@@ -110,7 +110,7 @@ class UserSwichAnimatorChromeOS { |
// For unit tests: Check which wallpaper was set. |
std::string wallpaper_user_id_; |
- DISALLOW_COPY_AND_ASSIGN(UserSwichAnimatorChromeOS); |
+ DISALLOW_COPY_AND_ASSIGN(UserSwitchAnimatorChromeOS); |
}; |
} // namespace chrome |