| Index: chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc
|
| diff --git a/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc b/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc
|
| index e6834781b0367656be121bf13fcbd53ef8f5b36f..5ecbc12a090258a66090427bdb62cc5325324aa2 100644
|
| --- a/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc
|
| +++ b/chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos_unittest.cc
|
| @@ -135,8 +135,7 @@ class MultiUserWindowManagerChromeOSTest : public AshTestBase {
|
|
|
| // Returns true if the given window covers the screen.
|
| bool CoversScreen(aura::Window* window) {
|
| - return chrome::UserSwichAnimatorChromeOS::CoversScreen(
|
| - window);
|
| + return chrome::UserSwitchAnimatorChromeOS::CoversScreen(window);
|
| }
|
|
|
| // Create a maximize mode window manager.
|
|
|