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

Unified Diff: chrome/browser/ui/ash/app_list/app_list_controller_ash.h

Issue 1890583002: Renaming App List Shower to App List Presenter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix. Created 4 years, 8 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 | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/ash/app_list/app_list_controller_ash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/app_list/app_list_controller_ash.h
diff --git a/chrome/browser/ui/ash/app_list/app_list_controller_ash.h b/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
index f24a90b3185509d41bddc89d13ff48954cc8d107..1c88e14d719a8d8f916b72020835ef589f059f49 100644
--- a/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
+++ b/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
@@ -11,12 +11,12 @@
#include "chrome/browser/ui/ash/launcher/chrome_launcher_types.h"
namespace app_list {
-class AppListShowerImpl;
+class AppListPresenterImpl;
}
class AppListControllerDelegateAsh : public AppListControllerDelegate {
public:
- explicit AppListControllerDelegateAsh(app_list::AppListShowerImpl*);
+ explicit AppListControllerDelegateAsh(app_list::AppListPresenterImpl*);
~AppListControllerDelegateAsh() override;
private:
@@ -52,7 +52,7 @@ class AppListControllerDelegateAsh : public AppListControllerDelegate {
ash::LaunchSource AppListSourceToLaunchSource(AppListSource source);
// Not owned.
- app_list::AppListShowerImpl* app_list_shower_;
+ app_list::AppListPresenterImpl* app_list_presenter_;
DISALLOW_COPY_AND_ASSIGN(AppListControllerDelegateAsh);
};
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/ash/app_list/app_list_controller_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698