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

Unified Diff: chrome/browser/ui/app_list/custom_launcher_page_contents.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
Index: chrome/browser/ui/app_list/custom_launcher_page_contents.h
diff --git a/apps/custom_launcher_page_contents.h b/chrome/browser/ui/app_list/custom_launcher_page_contents.h
similarity index 92%
rename from apps/custom_launcher_page_contents.h
rename to chrome/browser/ui/app_list/custom_launcher_page_contents.h
index d08a2855a79b5ea17596b5413127a854559c6bd7..3528de6cbd01267acb8c4fdb791b3998ce4c2cb0 100644
--- a/apps/custom_launcher_page_contents.h
+++ b/chrome/browser/ui/app_list/custom_launcher_page_contents.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef APPS_CUSTOM_LAUNCHER_PAGE_CONTENTS_H_
-#define APPS_CUSTOM_LAUNCHER_PAGE_CONTENTS_H_
+#ifndef CHROME_BROWSER_UI_APP_LIST_CUSTOM_LAUNCHER_PAGE_CONTENTS_H_
+#define CHROME_BROWSER_UI_APP_LIST_CUSTOM_LAUNCHER_PAGE_CONTENTS_H_
#include <memory>
@@ -20,7 +20,7 @@ class AppDelegate;
class AppWebContentsHelper;
}
-namespace apps {
+namespace app_list {
// Manages the web contents for extension-hosted launcher pages. The
// implementation for this class should create and maintain the WebContents for
@@ -79,6 +79,6 @@ class CustomLauncherPageContents : public content::WebContentsDelegate {
DISALLOW_COPY_AND_ASSIGN(CustomLauncherPageContents);
};
-} // namespace apps
+} // namespace app_list
-#endif // APPS_CUSTOM_LAUNCHER_PAGE_CONTENTS_H_
+#endif // CHROME_BROWSER_UI_APP_LIST_CUSTOM_LAUNCHER_PAGE_CONTENTS_H_
« no previous file with comments | « chrome/browser/ui/app_list/app_list_view_delegate.cc ('k') | chrome/browser/ui/app_list/custom_launcher_page_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698