Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5949)

Unified Diff: chrome/browser/ui/ash/multi_user/multi_user_window_manager_chromeos.h

Issue 1023183002: TrayUser::GetTrayIndex method removed as not necessary. Swich->Switch renamed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 c955776ac2f651ab1534c1bd3252628ec8971a01..2a66463ff3b568a70aac2ad521b3d3b401fe4cfd 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
@@ -39,7 +39,7 @@ class MultiUserWindowManagerChromeOSTest;
namespace chrome {
class AppObserver;
-class UserSwichAnimatorChromeOS;
+class UserSwitchAnimatorChromeOS;
// This ChromeOS implementation of the MultiUserWindowManager interface is
// detecting app and browser creations, tagging their windows automatically and
@@ -123,7 +123,7 @@ class MultiUserWindowManagerChromeOS
const std::string& GetCurrentUserForTest() const;
protected:
- friend class UserSwichAnimatorChromeOS;
+ friend class UserSwitchAnimatorChromeOS;
class WindowEntry {
public:
@@ -262,7 +262,7 @@ class MultiUserWindowManagerChromeOS
AnimationSpeed animation_speed_;
// The animation between users.
- scoped_ptr<UserSwichAnimatorChromeOS> animation_;
+ scoped_ptr<UserSwitchAnimatorChromeOS> animation_;
DISALLOW_COPY_AND_ASSIGN(MultiUserWindowManagerChromeOS);
};

Powered by Google App Engine
This is Rietveld 408576698