Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4686)

Unified Diff: chrome/browser/ui/ash/app_list/app_list_presenter_delegate_mus.h

Issue 2576913002: Use mojo app list interfaces for mash and classic ash. (Closed)
Patch Set: Fix AppListPresenterImplTest. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698