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

Unified Diff: chrome/browser/ui/app_list/app_list_service_views.h

Issue 508813002: Move ownership of the AppListViewDelegate into the AppListService (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comments Created 6 years, 3 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: chrome/browser/ui/app_list/app_list_service_views.h
diff --git a/chrome/browser/ui/app_list/app_list_service_views.h b/chrome/browser/ui/app_list/app_list_service_views.h
index 74f585a33227d673cf0aa741fd8d0ae28250ce1f..14fc0cf1383761902991a9bc51fe934cfb8dd6cb 100644
--- a/chrome/browser/ui/app_list/app_list_service_views.h
+++ b/chrome/browser/ui/app_list/app_list_service_views.h
@@ -44,7 +44,7 @@ class AppListServiceViews : public AppListServiceImpl,
virtual void DestroyAppList() OVERRIDE;
// AppListShowerDelegate overrides:
- virtual AppListControllerDelegate* GetControllerDelegateForCreate() OVERRIDE;
+ virtual AppListViewDelegate* GetViewDelegateForCreate() OVERRIDE;
private:
// Responsible for creating the app list and responding to profile changes.
« no previous file with comments | « chrome/browser/ui/app_list/app_list_service_unittest.cc ('k') | chrome/browser/ui/app_list/app_list_service_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698