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

Unified Diff: ash/app_list/app_list_presenter_delegate_factory.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
« no previous file with comments | « ash/app_list/app_list_presenter_delegate.cc ('k') | ash/app_list/app_list_presenter_delegate_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/app_list/app_list_presenter_delegate_factory.h
diff --git a/ash/app_list/app_list_presenter_delegate_factory.h b/ash/app_list/app_list_presenter_delegate_factory.h
index c50f06bdd5a4d6201acf804c4f4075bc7c4e4d39..382a1dfcb4175e896aace0995f092584e1d2f12f 100644
--- a/ash/app_list/app_list_presenter_delegate_factory.h
+++ b/ash/app_list/app_list_presenter_delegate_factory.h
@@ -12,7 +12,6 @@
#include "ui/app_list/presenter/app_list_presenter_delegate_factory.h"
namespace app_list {
-class AppListPresenter;
class AppListViewDelegateFactory;
}
@@ -26,7 +25,7 @@ class ASH_EXPORT AppListPresenterDelegateFactory
~AppListPresenterDelegateFactory() override;
std::unique_ptr<app_list::AppListPresenterDelegate> GetDelegate(
- app_list::AppListPresenter* presenter) override;
+ app_list::AppListPresenterImpl* presenter) override;
private:
std::unique_ptr<app_list::AppListViewDelegateFactory> view_delegate_factory_;
« no previous file with comments | « ash/app_list/app_list_presenter_delegate.cc ('k') | ash/app_list/app_list_presenter_delegate_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698