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

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

Issue 2628883002: Move CustomLauncherPageContents from apps to c/b/ui/app_list (Closed)
Patch Set: rebase Created 3 years, 11 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/app_list/app_list_view_delegate.cc » ('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_view_delegate.h
diff --git a/chrome/browser/ui/app_list/app_list_view_delegate.h b/chrome/browser/ui/app_list/app_list_view_delegate.h
index 52b3bd4c7264761284ff190d94816ed1fd7f5de5..9df40148a12a8e706c5d745c7b79448f9a204c49 100644
--- a/chrome/browser/ui/app_list/app_list_view_delegate.h
+++ b/chrome/browser/ui/app_list/app_list_view_delegate.h
@@ -30,11 +30,8 @@
class AppListControllerDelegate;
class Profile;
-namespace apps {
-class CustomLauncherPageContents;
-}
-
namespace app_list {
+class CustomLauncherPageContents;
class LauncherPageEventDispatcher;
class SearchController;
class SearchResourceManager;
@@ -193,7 +190,7 @@ class AppListViewDelegate : public app_list::AppListViewDelegate,
ScopedObserver<SigninManagerBase, AppListViewDelegate> scoped_observer_;
// Window contents of additional custom launcher pages.
- std::vector<std::unique_ptr<apps::CustomLauncherPageContents>>
+ std::vector<std::unique_ptr<app_list::CustomLauncherPageContents>>
custom_page_contents_;
// Registers for NOTIFICATION_APP_TERMINATING to unload custom launcher pages.
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/app_list/app_list_view_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698