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

Unified Diff: chrome/browser/ui/browser_navigator_browsertest_chromeos.cc

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/browser_navigator_browsertest_chromeos.cc
diff --git a/chrome/browser/ui/browser_navigator_browsertest_chromeos.cc b/chrome/browser/ui/browser_navigator_browsertest_chromeos.cc
index 9d3d3abdf5c1bc0796e1e1798467bb15e9363150..5f5ff7c24dceefb9645cd5706ca251ef920a72de 100644
--- a/chrome/browser/ui/browser_navigator_browsertest_chromeos.cc
+++ b/chrome/browser/ui/browser_navigator_browsertest_chromeos.cc
@@ -49,7 +49,7 @@ class TestMultiUserWindowManager : public chrome::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* profile) OVERRIDE;
virtual void AddObserver(Observer* observer) OVERRIDE;
virtual void RemoveObserver(Observer* observer) OVERRIDE;
@@ -136,7 +136,7 @@ const std::string& TestMultiUserWindowManager::GetUserPresentingWindow(
return browser_owner_;
}
-void TestMultiUserWindowManager::AddUser(Profile* profile) {
+void TestMultiUserWindowManager::AddUser(content::BrowserContext* profile) {
}
void TestMultiUserWindowManager::AddObserver(Observer* observer) {
« no previous file with comments | « chrome/browser/ui/ash/session_state_delegate_views.cc ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698