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

Unified Diff: ash/app_list/app_list_presenter_delegate_factory.cc

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_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());
}
« no previous file with comments | « ash/app_list/app_list_presenter_delegate_factory.h ('k') | ash/app_list/app_list_presenter_delegate_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698