| Index: chrome/browser/apps/app_shim/app_shim_host_mac.cc
|
| diff --git a/apps/app_shim/app_shim_host_mac.cc b/chrome/browser/apps/app_shim/app_shim_host_mac.cc
|
| similarity index 95%
|
| rename from apps/app_shim/app_shim_host_mac.cc
|
| rename to chrome/browser/apps/app_shim/app_shim_host_mac.cc
|
| index b8a6b90e8afddb42bedaf41a61a9ff92b843d639..a2e86de8d5b634e2479bd58c4279ae3ee46a0b6c 100644
|
| --- a/apps/app_shim/app_shim_host_mac.cc
|
| +++ b/chrome/browser/apps/app_shim/app_shim_host_mac.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "apps/app_shim/app_shim_host_mac.h"
|
| +#include "chrome/browser/apps/app_shim/app_shim_host_mac.h"
|
|
|
| -#include "apps/app_shim/app_shim_handler_mac.h"
|
| -#include "apps/app_shim/app_shim_messages.h"
|
| #include "base/bind.h"
|
| #include "base/files/file_path.h"
|
| #include "base/logging.h"
|
| +#include "chrome/browser/apps/app_shim/app_shim_handler_mac.h"
|
| +#include "chrome/browser/apps/app_shim/app_shim_messages.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "ipc/ipc_channel_proxy.h"
|
|
|
|
|