| Index: ash/app_list/app_list_presenter_delegate_factory.cc
|
| diff --git a/ash/app_list/app_list_presenter_delegate_factory.cc b/ash/app_list/app_list_presenter_delegate_factory.cc
|
| index 0c312e720c2c7178646768319334e057093583e7..e8275b16da3236c7ef66f6e00836e01073a96f97 100644
|
| --- a/ash/app_list/app_list_presenter_delegate_factory.cc
|
| +++ b/ash/app_list/app_list_presenter_delegate_factory.cc
|
| @@ -18,7 +18,7 @@ AppListPresenterDelegateFactory::~AppListPresenterDelegateFactory() {}
|
|
|
| std::unique_ptr<app_list::AppListPresenterDelegate>
|
| AppListPresenterDelegateFactory::GetDelegate(
|
| - app_list::AppListPresenter* presenter) {
|
| + app_list::AppListPresenterImpl* presenter) {
|
| return base::MakeUnique<AppListPresenterDelegate>(
|
| presenter, view_delegate_factory_.get());
|
| }
|
|
|