| Index: components/policy/core/common/schema_map.cc
|
| diff --git a/chrome/browser/policy/schema_map.cc b/components/policy/core/common/schema_map.cc
|
| similarity index 98%
|
| rename from chrome/browser/policy/schema_map.cc
|
| rename to components/policy/core/common/schema_map.cc
|
| index 271d42c6dc7d05f2c7ef0ad1f612e4d64db9f7c0..488af8d0f5168ee62cf973a4c00c11a6f89b9fd8 100644
|
| --- a/chrome/browser/policy/schema_map.cc
|
| +++ b/components/policy/core/common/schema_map.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/schema_map.h"
|
| +#include "components/policy/core/common/schema_map.h"
|
|
|
| #include "base/values.h"
|
| #include "components/policy/core/common/policy_bundle.h"
|
|
|