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

Unified Diff: chrome/browser/ui/browser_list.h

Issue 1336823003: Move chrome::HostDesktopType to ui::HostDesktopType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base_session_service_delegate_impl
Patch Set: Fix build on Mac and CrOS Created 5 years, 3 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_list.h
diff --git a/chrome/browser/ui/browser_list.h b/chrome/browser/ui/browser_list.h
index 75fb6e51879e3a9296b14d05e5eaac86db79968a..2b670fa5fe78e65ed880d088849f56c400510642 100644
--- a/chrome/browser/ui/browser_list.h
+++ b/chrome/browser/ui/browser_list.h
@@ -24,7 +24,7 @@ class BrowserListObserver;
}
// Maintains a list of Browser objects present in a given HostDesktop (see
-// HostDesktopType).
+// ui::HostDesktopType).
class BrowserList {
public:
typedef std::vector<Browser*> BrowserVector;
@@ -55,7 +55,7 @@ class BrowserList {
return last_active_browsers_.rend();
}
- static BrowserList* GetInstance(chrome::HostDesktopType type);
+ static BrowserList* GetInstance(ui::HostDesktopType type);
// Adds or removes |browser| from the list it is associated with. The browser
// object should be valid BEFORE these calls (for the benefit of observers),

Powered by Google App Engine
This is Rietveld 408576698