| Index: components/policy/core/common/schema_registry.cc
|
| diff --git a/chrome/browser/policy/schema_registry.cc b/components/policy/core/common/schema_registry.cc
|
| similarity index 98%
|
| rename from chrome/browser/policy/schema_registry.cc
|
| rename to components/policy/core/common/schema_registry.cc
|
| index d1c083523d6961ae2df54aadc995520bfcc26039..16f71e5318a6345c5afd03fa52ff912a23508b20 100644
|
| --- a/chrome/browser/policy/schema_registry.cc
|
| +++ b/components/policy/core/common/schema_registry.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_registry.h"
|
| +#include "components/policy/core/common/schema_registry.h"
|
|
|
| #include "base/logging.h"
|
|
|
|
|