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

Unified Diff: chrome/browser/ui/app_list/app_list_service_views_browsertest.cc

Issue 1770993002: wip: Refactoring Ash's AppListController, moving the bulk of the logic to chrome/browser/ui/ash/app… Base URL: https://chromium.googlesource.com/chromium/src.git@small_5_apps
Patch Set: AppListShower to new component: //ui/app_list/shower, GetViewDelegate() in GetViewDelegate(), test … 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.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/app_list_service_views_browsertest.cc
diff --git a/chrome/browser/ui/app_list/app_list_service_views_browsertest.cc b/chrome/browser/ui/app_list/app_list_service_views_browsertest.cc
index bd6fdec2b766a53fc0ed6d55a56eb992f41704e8..1d16a5f2c6e2e7ac08d99ff1791dc1770cb5014c 100644
--- a/chrome/browser/ui/app_list/app_list_service_views_browsertest.cc
+++ b/chrome/browser/ui/app_list/app_list_service_views_browsertest.cc
@@ -27,14 +27,14 @@
#if defined(OS_CHROMEOS)
#include "ash/shell.h"
-#include "ash/test/app_list_controller_test_api.h"
+#include "chrome/browser/ui/ash/app_list/test/app_list_service_ash_test_api.h"
#endif
namespace {
app_list::AppListView* GetAppListView(AppListService* service) {
#if defined(OS_CHROMEOS)
- return ash::test::AppListControllerTestApi(ash::Shell::GetInstance()).view();
+ return AppListServiceAshTestApi().GetAppListView();
#else
return static_cast<AppListServiceViews*>(service)->shower().app_list();
#endif
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/ash/app_list/app_list_controller_ash.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698