| Index: chrome/browser/extensions/extension_install_ui_default.cc
|
| diff --git a/chrome/browser/extensions/extension_install_ui_default.cc b/chrome/browser/extensions/extension_install_ui_default.cc
|
| index bc9c9012ac5983f88a80355063f59542e979e090..44d3ef8db62745f99ecef15b2ebd977062f97902 100644
|
| --- a/chrome/browser/extensions/extension_install_ui_default.cc
|
| +++ b/chrome/browser/extensions/extension_install_ui_default.cc
|
| @@ -13,7 +13,7 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/themes/theme_service.h"
|
| #include "chrome/browser/themes/theme_service_factory.h"
|
| -#include "chrome/browser/ui/app_list/app_list_controller.h"
|
| +#include "chrome/browser/ui/app_list/app_list_util.h"
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/browser_dialogs.h"
|
| #include "chrome/browser/ui/browser_finder.h"
|
| @@ -210,7 +210,7 @@ void ExtensionInstallUI::OpenAppInstalledUI(Browser* browser,
|
| content::Details<const std::string>(&app_id));
|
| } else {
|
| #if defined(USE_ASH)
|
| - app_list_controller::ShowAppList();
|
| + chrome::ShowAppList();
|
|
|
| content::NotificationService::current()->Notify(
|
| chrome::NOTIFICATION_APP_INSTALLED_TO_APPLIST,
|
|
|