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

Unified Diff: ui/app_list/presenter/app_list_presenter_impl_unittest.cc

Issue 2576913002: Use mojo app list interfaces for mash and classic ash. (Closed)
Patch Set: Fix test name. 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: ui/app_list/presenter/app_list_presenter_impl_unittest.cc
diff --git a/ui/app_list/presenter/app_list_presenter_impl_unittest.cc b/ui/app_list/presenter/app_list_presenter_impl_unittest.cc
index cd9941f9d862fa70d8233f0fba1939cdb2d0f144..7718506de886d7872010e13cf18e9476655b3b06 100644
--- a/ui/app_list/presenter/app_list_presenter_impl_unittest.cc
+++ b/ui/app_list/presenter/app_list_presenter_impl_unittest.cc
@@ -78,7 +78,7 @@ class AppListPresenterDelegateFactoryTest
// AppListPresenterDelegateFactory:
std::unique_ptr<AppListPresenterDelegate> GetDelegate(
- AppListPresenter* presenter) override {
+ AppListPresenterImpl* presenter) override {
current_delegate_ =
new AppListPresenterDelegateTest(container_, &app_list_view_delegate_);
return base::WrapUnique(current_delegate_);

Powered by Google App Engine
This is Rietveld 408576698