| 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),
|
|
|