| Index: chrome/common/policy/policy_schema.cc
|
| diff --git a/chrome/common/policy/policy_schema.cc b/chrome/common/policy/policy_schema.cc
|
| index cf60b774426018085c88b5d1cce902b5e271c492..a3e2e7ef59128c8fbc000276ffedc08b44333e2c 100644
|
| --- a/chrome/common/policy/policy_schema.cc
|
| +++ b/chrome/common/policy/policy_schema.cc
|
| @@ -7,8 +7,8 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/logging.h"
|
| #include "base/stl_util.h"
|
| -#include "chrome/common/json_schema/json_schema_constants.h"
|
| -#include "chrome/common/json_schema/json_schema_validator.h"
|
| +#include "components/json_schema/json_schema_constants.h"
|
| +#include "components/json_schema/json_schema_validator.h"
|
|
|
| namespace policy {
|
|
|
|
|