| Index: components/json_schema/json_schema_validator_unittest.cc
|
| diff --git a/chrome/common/json_schema/json_schema_validator_unittest.cc b/components/json_schema/json_schema_validator_unittest.cc
|
| similarity index 97%
|
| rename from chrome/common/json_schema/json_schema_validator_unittest.cc
|
| rename to components/json_schema/json_schema_validator_unittest.cc
|
| index 1fc728f436af0cb8097c86d38178054fc11802af..0cf45e17650cbbd87cc0765ed446be2aa3a1ca47 100644
|
| --- a/chrome/common/json_schema/json_schema_validator_unittest.cc
|
| +++ b/components/json_schema/json_schema_validator_unittest.cc
|
| @@ -3,8 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
| #include "base/values.h"
|
| -#include "chrome/common/json_schema/json_schema_validator.h"
|
| -#include "chrome/common/json_schema/json_schema_validator_unittest_base.h"
|
| +#include "components/json_schema/json_schema_validator.h"
|
| +#include "components/json_schema/json_schema_validator_unittest_base.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| class JSONSchemaValidatorCPPTest : public JSONSchemaValidatorTestBase {
|
|
|