| Index: components/policy/core/common/policy_schema_unittest.cc
|
| diff --git a/chrome/common/policy/policy_schema_unittest.cc b/components/policy/core/common/policy_schema_unittest.cc
|
| similarity index 99%
|
| rename from chrome/common/policy/policy_schema_unittest.cc
|
| rename to components/policy/core/common/policy_schema_unittest.cc
|
| index 9f515a24351811a200976432f6fde0601143afd6..bfbdd6521599a5f6a896f41eec1ad6e512e5e7ee 100644
|
| --- a/chrome/common/policy/policy_schema_unittest.cc
|
| +++ b/components/policy/core/common/policy_schema_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/common/policy/policy_schema.h"
|
| +#include "components/policy/core/common/policy_schema.h"
|
|
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| @@ -191,4 +191,3 @@ TEST(PolicySchemaTest, ValidSchema) {
|
| }
|
|
|
| } // namespace policy
|
| -
|
|
|