Index: components/policy/core/common/policy_service_impl_unittest.cc |
diff --git a/chrome/browser/policy/policy_service_impl_unittest.cc b/components/policy/core/common/policy_service_impl_unittest.cc |
similarity index 99% |
rename from chrome/browser/policy/policy_service_impl_unittest.cc |
rename to components/policy/core/common/policy_service_impl_unittest.cc |
index 8bf2b8b71b6a6718530648c1ab6e2a3ba553be8a..e95a1fb6a3a7ad017a7ffee4afb199142f0fd415 100644 |
--- a/chrome/browser/policy/policy_service_impl_unittest.cc |
+++ b/components/policy/core/common/policy_service_impl_unittest.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/policy/policy_service_impl.h" |
+#include "components/policy/core/common/policy_service_impl.h" |
#include "base/bind.h" |
#include "base/bind_helpers.h" |
@@ -10,9 +10,9 @@ |
#include "base/memory/scoped_ptr.h" |
#include "base/run_loop.h" |
#include "base/values.h" |
-#include "chrome/browser/policy/mock_policy_service.h" |
#include "components/policy/core/common/external_data_fetcher.h" |
#include "components/policy/core/common/mock_configuration_policy_provider.h" |
+#include "components/policy/core/common/mock_policy_service.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |