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

Unified Diff: ash/app_list/app_list_presenter_delegate.h

Issue 2576913002: Use mojo app list interfaces for mash and classic ash. (Closed)
Patch Set: Sync and rebase Created 3 years, 11 months 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: ash/app_list/app_list_presenter_delegate.h
diff --git a/ash/app_list/app_list_presenter_delegate.h b/ash/app_list/app_list_presenter_delegate.h
index be6c897f73c7ab40eaeda8a234f79fb0e157ab08..44130d5c4c423529ccfab21cc737874785e4625c 100644
--- a/ash/app_list/app_list_presenter_delegate.h
+++ b/ash/app_list/app_list_presenter_delegate.h
@@ -16,7 +16,7 @@
#include "ui/keyboard/keyboard_controller_observer.h"
namespace app_list {
-class AppListPresenter;
+class AppListPresenterImpl;
class AppListView;
class AppListViewDelegateFactory;
}
@@ -40,7 +40,7 @@ class ASH_EXPORT AppListPresenterDelegate
public WmShelfObserver {
public:
AppListPresenterDelegate(
- app_list::AppListPresenter* presenter,
+ app_list::AppListPresenterImpl* presenter,
app_list::AppListViewDelegateFactory* view_delegate_factory);
~AppListPresenterDelegate() override;
@@ -78,7 +78,7 @@ class ASH_EXPORT AppListPresenterDelegate
bool is_visible_ = false;
// 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_;
« no previous file with comments | « ash/accelerators/accelerator_interactive_uitest_chromeos.cc ('k') | ash/app_list/app_list_presenter_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698