| Index: chrome/browser/ui/ash/app_list/app_list_controller_ash.h
|
| diff --git a/chrome/browser/ui/ash/app_list/app_list_controller_ash.h b/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
|
| index f24a90b3185509d41bddc89d13ff48954cc8d107..1c88e14d719a8d8f916b72020835ef589f059f49 100644
|
| --- a/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
|
| +++ b/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
|
| @@ -11,12 +11,12 @@
|
| #include "chrome/browser/ui/ash/launcher/chrome_launcher_types.h"
|
|
|
| namespace app_list {
|
| -class AppListShowerImpl;
|
| +class AppListPresenterImpl;
|
| }
|
|
|
| class AppListControllerDelegateAsh : public AppListControllerDelegate {
|
| public:
|
| - explicit AppListControllerDelegateAsh(app_list::AppListShowerImpl*);
|
| + explicit AppListControllerDelegateAsh(app_list::AppListPresenterImpl*);
|
| ~AppListControllerDelegateAsh() override;
|
|
|
| private:
|
| @@ -52,7 +52,7 @@ class AppListControllerDelegateAsh : public AppListControllerDelegate {
|
| ash::LaunchSource AppListSourceToLaunchSource(AppListSource source);
|
|
|
| // Not owned.
|
| - app_list::AppListShowerImpl* app_list_shower_;
|
| + app_list::AppListPresenterImpl* app_list_presenter_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AppListControllerDelegateAsh);
|
| };
|
|
|