| Index: chrome/browser/apps/app_shim/app_shim_host_mac_unittest.cc
|
| diff --git a/apps/app_shim/app_shim_host_mac_unittest.cc b/chrome/browser/apps/app_shim/app_shim_host_mac_unittest.cc
|
| similarity index 97%
|
| rename from apps/app_shim/app_shim_host_mac_unittest.cc
|
| rename to chrome/browser/apps/app_shim/app_shim_host_mac_unittest.cc
|
| index b4b56fb676119cb378eccabb7359b81aeeb3376d..2f52420d313fee6fc23e16e0b38b3cc052bf3689 100644
|
| --- a/apps/app_shim/app_shim_host_mac_unittest.cc
|
| +++ b/chrome/browser/apps/app_shim/app_shim_host_mac_unittest.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 <vector>
|
|
|
| -#include "apps/app_shim/app_shim_messages.h"
|
| #include "base/basictypes.h"
|
| #include "base/memory/scoped_vector.h"
|
| +#include "chrome/browser/apps/app_shim/app_shim_messages.h"
|
| #include "ipc/ipc_message.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|