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

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

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/app_list/custom_launcher_page_contents.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/custom_launcher_page_contents.cc
diff --git a/apps/custom_launcher_page_contents.cc b/chrome/browser/ui/app_list/custom_launcher_page_contents.cc
similarity index 97%
rename from apps/custom_launcher_page_contents.cc
rename to chrome/browser/ui/app_list/custom_launcher_page_contents.cc
index 41013626df9ab7aae6b7c2c72cb280f583b823bc..0bdd6f21550380b2412ff85e8cdf30e388003224 100644
--- a/apps/custom_launcher_page_contents.cc
+++ b/chrome/browser/ui/app_list/custom_launcher_page_contents.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "apps/custom_launcher_page_contents.h"
+#include "chrome/browser/ui/app_list/custom_launcher_page_contents.h"
#include <string>
#include <utility>
@@ -18,7 +18,7 @@
#include "extensions/browser/view_type_utils.h"
#include "extensions/common/extension_messages.h"
-namespace apps {
+namespace app_list {
CustomLauncherPageContents::CustomLauncherPageContents(
std::unique_ptr<extensions::AppDelegate> app_delegate,
@@ -131,4 +131,4 @@ bool CustomLauncherPageContents::CheckMediaAccessPermission(
return helper_->CheckMediaAccessPermission(security_origin, type);
}
-} // namespace apps
+} // namespace app_list
« no previous file with comments | « chrome/browser/ui/app_list/custom_launcher_page_contents.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698