Index: chrome/browser/ui/ash/launcher/multi_profile_browser_status_monitor.cc |
diff --git a/chrome/browser/ui/ash/launcher/multi_profile_browser_status_monitor.cc b/chrome/browser/ui/ash/launcher/multi_profile_browser_status_monitor.cc |
index 72095f4c785ca93aa2d892898184572f117b2b0a..796c6ebd313db3c0f0a93034ffa1c1ebe877abe8 100644 |
--- a/chrome/browser/ui/ash/launcher/multi_profile_browser_status_monitor.cc |
+++ b/chrome/browser/ui/ash/launcher/multi_profile_browser_status_monitor.cc |
@@ -42,7 +42,7 @@ void MultiProfileBrowserStatusMonitor::ActiveUserChanged( |
// Handle apps in browser tabs: Add the new applications. |
BrowserList* browser_list = |
- BrowserList::GetInstance(chrome::HOST_DESKTOP_TYPE_ASH); |
+ BrowserList::GetInstance(ui::HOST_DESKTOP_TYPE_ASH); |
// Remove old (tabbed V1) applications. |
for (BrowserList::const_iterator it = browser_list->begin(); |