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

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

Issue 197773004: Move avatar holder code to ash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clang fix Created 6 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_stub.h
diff --git a/chrome/browser/ui/ash/multi_user/multi_user_window_manager_stub.h b/chrome/browser/ui/ash/multi_user/multi_user_window_manager_stub.h
index fb7e82f1d2dee351d7c8d5852663b796a0ad7e41..aea2cc386ab857540e2efe1eca55a10cdd0a22d2 100644
--- a/chrome/browser/ui/ash/multi_user/multi_user_window_manager_stub.h
+++ b/chrome/browser/ui/ash/multi_user/multi_user_window_manager_stub.h
@@ -12,13 +12,6 @@
#include "base/compiler_specific.h"
#include "chrome/browser/ui/ash/multi_user/multi_user_window_manager.h"
-class Browser;
-class Profile;
-
-namespace aura {
-class Window;
-}
-
namespace chrome {
// This is the implementation of MultiUserWindowManager for single user mode.
@@ -40,7 +33,7 @@ class MultiUserWindowManagerStub : public MultiUserWindowManager {
const std::string& user_id) OVERRIDE;
virtual const std::string& GetUserPresentingWindow(
aura::Window* window) OVERRIDE;
- virtual void AddUser(Profile* profile) OVERRIDE;
+ virtual void AddUser(content::BrowserContext* context) OVERRIDE;
virtual void AddObserver(Observer* observer) OVERRIDE;
virtual void RemoveObserver(Observer* observer) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698