| Index: ash/app_list/app_list_presenter_delegate.cc
|
| diff --git a/ash/app_list/app_list_presenter_delegate.cc b/ash/app_list/app_list_presenter_delegate.cc
|
| index a9d89e15986376b27089b1d9ae16c2897a0343a8..14e9b3d5e736efae32167e1c6d7274ddd8b5101a 100644
|
| --- a/ash/app_list/app_list_presenter_delegate.cc
|
| +++ b/ash/app_list/app_list_presenter_delegate.cc
|
| @@ -24,7 +24,7 @@
|
| #include "base/command_line.h"
|
| #include "ui/app_list/app_list_constants.h"
|
| #include "ui/app_list/app_list_switches.h"
|
| -#include "ui/app_list/presenter/app_list_presenter.h"
|
| +#include "ui/app_list/presenter/app_list_presenter_impl.h"
|
| #include "ui/app_list/presenter/app_list_view_delegate_factory.h"
|
| #include "ui/app_list/views/app_list_view.h"
|
| #include "ui/aura/window.h"
|
| @@ -75,7 +75,7 @@ bool IsFullscreenAppListEnabled() {
|
| // AppListPresenterDelegate, public:
|
|
|
| AppListPresenterDelegate::AppListPresenterDelegate(
|
| - app_list::AppListPresenter* presenter,
|
| + app_list::AppListPresenterImpl* presenter,
|
| app_list::AppListViewDelegateFactory* view_delegate_factory)
|
| : presenter_(presenter), view_delegate_factory_(view_delegate_factory) {
|
| WmShell::Get()->AddShellObserver(this);
|
|
|