Index: chrome/common/json_schema/json_schema_validator.h |
diff --git a/chrome/common/json_schema_validator.h b/chrome/common/json_schema/json_schema_validator.h |
similarity index 97% |
rename from chrome/common/json_schema_validator.h |
rename to chrome/common/json_schema/json_schema_validator.h |
index fc9c01efa6f4cca5c5b180b60348eeca738c05e3..e9a1a928a314b7dd2c7eaf216c91a7f4e760e0d6 100644 |
--- a/chrome/common/json_schema_validator.h |
+++ b/chrome/common/json_schema/json_schema_validator.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_H_ |
-#define CHROME_COMMON_JSON_SCHEMA_VALIDATOR_H_ |
+#ifndef CHROME_COMMON_JSON_SCHEMA_JSON_SCHEMA_VALIDATOR_H_ |
+#define CHROME_COMMON_JSON_SCHEMA_JSON_SCHEMA_VALIDATOR_H_ |
#include <map> |
#include <string> |
@@ -222,4 +222,4 @@ class JSONSchemaValidator { |
DISALLOW_COPY_AND_ASSIGN(JSONSchemaValidator); |
}; |
-#endif // CHROME_COMMON_JSON_SCHEMA_VALIDATOR_H_ |
+#endif // CHROME_COMMON_JSON_SCHEMA_JSON_SCHEMA_VALIDATOR_H_ |