Index: chrome/browser/ui/ash/app_list/app_list_presenter_delegate_mus.h |
diff --git a/chrome/browser/ui/ash/app_list/app_list_presenter_delegate_mus.h b/chrome/browser/ui/ash/app_list/app_list_presenter_delegate_mus.h |
index 87e9c2e93526aa1c54a8d3fa714969a6829aa29b..81ab187b98df5f0234e2bc8680af0953675e4529 100644 |
--- a/chrome/browser/ui/ash/app_list/app_list_presenter_delegate_mus.h |
+++ b/chrome/browser/ui/ash/app_list/app_list_presenter_delegate_mus.h |
@@ -10,7 +10,7 @@ |
#include "ui/views/pointer_watcher.h" |
namespace app_list { |
-class AppListPresenter; |
+class AppListPresenterImpl; |
class AppListView; |
class AppListViewDelegateFactory; |
} // namespace app_list |
@@ -23,7 +23,7 @@ class AppListPresenterDelegateMus : public app_list::AppListPresenterDelegate, |
public views::PointerWatcher { |
public: |
AppListPresenterDelegateMus( |
- app_list::AppListPresenter* presenter, |
+ app_list::AppListPresenterImpl* presenter, |
app_list::AppListViewDelegateFactory* view_delegate_factory); |
~AppListPresenterDelegateMus() override; |
@@ -45,7 +45,7 @@ class AppListPresenterDelegateMus : public app_list::AppListPresenterDelegate, |
views::Widget* target) override; |
// Not owned. Pointer is guaranteed to be valid while this object is alive. |
- app_list::AppListPresenter* presenter_; |
+ app_list::AppListPresenterImpl* presenter_; |
// Not owned. Pointer is guaranteed to be valid while this object is alive. |
app_list::AppListViewDelegateFactory* view_delegate_factory_; |