| Index: chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.cc
|
| diff --git a/chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.cc b/chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.cc
|
| index 8fbc013a0e1f43dabf5d52ada7f5bdb371fd8b10..794f5dba78c56edf2cfa8783bd32b62e008e64fa 100644
|
| --- a/chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.cc
|
| +++ b/chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.cc
|
| @@ -135,7 +135,7 @@ bool QuitWithAppsController::ShouldQuit() {
|
| if (hosted_app_quit_notification_) {
|
| bool hosted_apps_open = false;
|
| const BrowserList* browser_list =
|
| - BrowserList::GetInstance(chrome::HOST_DESKTOP_TYPE_NATIVE);
|
| + BrowserList::GetInstance(ui::HOST_DESKTOP_TYPE_NATIVE);
|
| for (Browser* browser : *browser_list) {
|
| if (!browser->is_app())
|
| continue;
|
|
|