Index: chrome/common/json_schema/json_schema_validator_unittest_base.h |
diff --git a/chrome/common/json_schema_validator_unittest_base.h b/chrome/common/json_schema/json_schema_validator_unittest_base.h |
similarity index 88% |
rename from chrome/common/json_schema_validator_unittest_base.h |
rename to chrome/common/json_schema/json_schema_validator_unittest_base.h |
index 62084895eec55e6789befe1e0f1637519e27d434..63988f51c015e81488df7449f3dd1c875602dacd 100644 |
--- a/chrome/common/json_schema_validator_unittest_base.h |
+++ b/chrome/common/json_schema/json_schema_validator_unittest_base.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef CHROME_COMMON_JSON_SCHEMA_VALIDATOR_UNITTEST_BASE_H_ |
-#define CHROME_COMMON_JSON_SCHEMA_VALIDATOR_UNITTEST_BASE_H_ |
+#ifndef CHROME_COMMON_JSON_SCHEMA_JSON_SCHEMA_VALIDATOR_UNITTEST_BASE_H_ |
+#define CHROME_COMMON_JSON_SCHEMA_JSON_SCHEMA_VALIDATOR_UNITTEST_BASE_H_ |
#include "testing/gtest/include/gtest/gtest.h" |
@@ -60,4 +60,4 @@ class JSONSchemaValidatorTestBase : public testing::Test { |
ValidatorType type_; |
}; |
-#endif // CHROME_COMMON_JSON_SCHEMA_VALIDATOR_UNITTEST_BASE_H_ |
+#endif // CHROME_COMMON_JSON_SCHEMA_JSON_SCHEMA_VALIDATOR_UNITTEST_BASE_H_ |