| Index: components/policy/core/common/policy_schema.cc
|
| diff --git a/chrome/common/policy/policy_schema.cc b/components/policy/core/common/policy_schema.cc
|
| similarity index 99%
|
| rename from chrome/common/policy/policy_schema.cc
|
| rename to components/policy/core/common/policy_schema.cc
|
| index a3e2e7ef59128c8fbc000276ffedc08b44333e2c..8c3145ce43afdd1e79d2c34e5c7dd8ac7e9e5caa 100644
|
| --- a/chrome/common/policy/policy_schema.cc
|
| +++ b/components/policy/core/common/policy_schema.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 "base/compiler_specific.h"
|
| #include "base/logging.h"
|
|
|