| Index: chrome/browser/apps/app_shim/app_shim_host_manager_browsertest_mac.mm
|
| diff --git a/apps/app_shim/app_shim_host_manager_browsertest_mac.mm b/chrome/browser/apps/app_shim/app_shim_host_manager_browsertest_mac.mm
|
| similarity index 97%
|
| rename from apps/app_shim/app_shim_host_manager_browsertest_mac.mm
|
| rename to chrome/browser/apps/app_shim/app_shim_host_manager_browsertest_mac.mm
|
| index 0ab700345a479e82510d714aa31c9337a31e4713..0484d5347ad2e3a4637ff1ed5475a4c89bbc2c93 100644
|
| --- a/apps/app_shim/app_shim_host_manager_browsertest_mac.mm
|
| +++ b/chrome/browser/apps/app_shim/app_shim_host_manager_browsertest_mac.mm
|
| @@ -2,15 +2,15 @@
|
| // 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_messages.h"
|
| -#include "apps/app_shim/test/app_shim_host_manager_test_api_mac.h"
|
| #include "base/files/file_path.h"
|
| #include "base/logging.h"
|
| #include "base/path_service.h"
|
| +#include "chrome/browser/apps/app_shim/app_shim_messages.h"
|
| +#include "chrome/browser/apps/app_shim/test/app_shim_host_manager_test_api_mac.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/browser.h"
|
|
|