| Index: chrome/browser/apps/app_shim/app_shim_host_manager_mac.mm
|
| diff --git a/apps/app_shim/app_shim_host_manager_mac.mm b/chrome/browser/apps/app_shim/app_shim_host_manager_mac.mm
|
| similarity index 96%
|
| rename from apps/app_shim/app_shim_host_manager_mac.mm
|
| rename to chrome/browser/apps/app_shim/app_shim_host_manager_mac.mm
|
| index 6ea9ef1e9fc977d8cbcf896d7b10f5e4dfebf9aa..5d61239dbc9074f8359041e92bd7eb10fc3da5ca 100644
|
| --- a/apps/app_shim/app_shim_host_manager_mac.mm
|
| +++ b/chrome/browser/apps/app_shim/app_shim_host_manager_mac.mm
|
| @@ -2,12 +2,10 @@
|
| // 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_manager_mac.h"
|
| +#include "chrome/browser/apps/app_shim/app_shim_host_manager_mac.h"
|
|
|
| #include <unistd.h>
|
|
|
| -#include "apps/app_shim/app_shim_handler_mac.h"
|
| -#include "apps/app_shim/app_shim_host_mac.h"
|
| #include "base/base64.h"
|
| #include "base/bind.h"
|
| #include "base/command_line.h"
|
| @@ -17,6 +15,8 @@
|
| #include "base/path_service.h"
|
| #include "base/sha1.h"
|
| #include "base/strings/string_util.h"
|
| +#include "chrome/browser/apps/app_shim/app_shim_handler_mac.h"
|
| +#include "chrome/browser/apps/app_shim/app_shim_host_mac.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/chrome_switches.h"
|
|
|