| 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 4ffd8fa9564ddb993b12dca6cc7593017caf9d7b..d6b00e2c01f3f61b8dd3f8497807a4a633ddd58d 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,8 +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* browser_list = BrowserList::GetInstance();
|
|
|
| // Remove old (tabbed V1) applications.
|
| for (BrowserList::const_iterator it = browser_list->begin();
|
|
|