| 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
|
|
|