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

Unified Diff: ash/test/shell_test_api.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 | « ash/shell_delegate.h ('k') | ash/test/shell_test_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/shell_test_api.h
diff --git a/ash/test/shell_test_api.h b/ash/test/shell_test_api.h
index 54c8684b6688f88e56253097612fd4330c0f941a..56bc96f2c55b0c8c620361b8466a395d3e1b0161 100644
--- a/ash/test/shell_test_api.h
+++ b/ash/test/shell_test_api.h
@@ -8,7 +8,7 @@
#include "base/macros.h"
namespace app_list {
-class AppListShower;
+class AppListPresenter;
}
namespace ash {
@@ -38,7 +38,7 @@ public:
AshNativeCursorManager* ash_native_cursor_manager();
ShelfModel* shelf_model();
DragDropController* drag_drop_controller();
- app_list::AppListShower* app_list_shower();
+ app_list::AppListPresenter* app_list_presenter();
MaximizeModeWindowManager* maximize_mode_window_manager();
void DisableDisplayAnimator();
« no previous file with comments | « ash/shell_delegate.h ('k') | ash/test/shell_test_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698