| Index: chrome/browser/apps/app_shim/extension_app_shim_handler_mac.cc
|
| diff --git a/apps/app_shim/extension_app_shim_handler_mac.cc b/chrome/browser/apps/app_shim/extension_app_shim_handler_mac.cc
|
| similarity index 98%
|
| rename from apps/app_shim/extension_app_shim_handler_mac.cc
|
| rename to chrome/browser/apps/app_shim/extension_app_shim_handler_mac.cc
|
| index 8e903242f1762685b53ec7f745c34059e95c9d09..0040afd60ba39778521036c32a24eb2edfb36afa 100644
|
| --- a/apps/app_shim/extension_app_shim_handler_mac.cc
|
| +++ b/chrome/browser/apps/app_shim/extension_app_shim_handler_mac.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "apps/app_shim/extension_app_shim_handler_mac.h"
|
| +#include "chrome/browser/apps/app_shim/extension_app_shim_handler_mac.h"
|
|
|
| #include "apps/app_lifetime_monitor_factory.h"
|
| -#include "apps/app_shim/app_shim_host_manager_mac.h"
|
| -#include "apps/app_shim/app_shim_messages.h"
|
| #include "apps/launcher.h"
|
| #include "base/files/file_path.h"
|
| #include "base/logging.h"
|
| +#include "chrome/browser/apps/app_shim/app_shim_host_manager_mac.h"
|
| +#include "chrome/browser/apps/app_shim/app_shim_messages.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/chrome_notification_types.h"
|
| #include "chrome/browser/profiles/profile.h"
|
|
|