| Index: chrome/browser/apps/app_shim/test/app_shim_host_manager_test_api_mac.cc
|
| diff --git a/apps/app_shim/test/app_shim_host_manager_test_api_mac.cc b/chrome/browser/apps/app_shim/test/app_shim_host_manager_test_api_mac.cc
|
| similarity index 80%
|
| rename from apps/app_shim/test/app_shim_host_manager_test_api_mac.cc
|
| rename to chrome/browser/apps/app_shim/test/app_shim_host_manager_test_api_mac.cc
|
| index 6fbdd8c95a299089cccd74c25880b0c5e5821c9c..4269c73430b6e9abaa73bdbe1bb03d7ffff828fd 100644
|
| --- a/apps/app_shim/test/app_shim_host_manager_test_api_mac.cc
|
| +++ b/chrome/browser/apps/app_shim/test/app_shim_host_manager_test_api_mac.cc
|
| @@ -2,10 +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/test/app_shim_host_manager_test_api_mac.h"
|
| +#include "chrome/browser/apps/app_shim/test/app_shim_host_manager_test_api_mac.h"
|
|
|
| -#include "apps/app_shim/app_shim_host_manager_mac.h"
|
| #include "base/files/file_path.h"
|
| +#include "chrome/browser/apps/app_shim/app_shim_host_manager_mac.h"
|
|
|
| namespace test {
|
|
|
|
|