| Index: components/json_schema/json_schema_validator.cc
|
| diff --git a/chrome/common/json_schema/json_schema_validator.cc b/components/json_schema/json_schema_validator.cc
|
| similarity index 99%
|
| rename from chrome/common/json_schema/json_schema_validator.cc
|
| rename to components/json_schema/json_schema_validator.cc
|
| index 576923b6b48addd3a42558b25342feca776a596f..6164f4db3d6b5463c35948685b2d225b60175d4a 100644
|
| --- a/chrome/common/json_schema/json_schema_validator.cc
|
| +++ b/components/json_schema/json_schema_validator.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/json_schema/json_schema_validator.h"
|
| +#include "components/json_schema/json_schema_validator.h"
|
|
|
| #include <algorithm>
|
| #include <cfloat>
|
| @@ -13,7 +13,7 @@
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "base/values.h"
|
| -#include "chrome/common/json_schema/json_schema_constants.h"
|
| +#include "components/json_schema/json_schema_constants.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|
| namespace schema = json_schema_constants;
|
|
|