Index: chrome/common/json_schema/json_schema_constants.h |
diff --git a/chrome/common/json_schema_constants.h b/chrome/common/json_schema/json_schema_constants.h |
similarity index 85% |
rename from chrome/common/json_schema_constants.h |
rename to chrome/common/json_schema/json_schema_constants.h |
index 8e3a7ee028ab84a7e18722d92799a4fafbe8c534..fa4b80bfc0bcb052f65ddde8126d087c71ad19cd 100644 |
--- a/chrome/common/json_schema_constants.h |
+++ b/chrome/common/json_schema/json_schema_constants.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_CONSTANTS_H_ |
-#define CHROME_COMMON_JSON_SCHEMA_CONSTANTS_H_ |
+#ifndef CHROME_COMMON_JSON_SCHEMA_JSON_SCHEMA_CONSTANTS_H_ |
+#define CHROME_COMMON_JSON_SCHEMA_JSON_SCHEMA_CONSTANTS_H_ |
// These constants are shared by code that uses JSON schemas. |
namespace json_schema_constants { |
@@ -35,4 +35,4 @@ extern const char kType[]; |
} // namespace json_schema_constants |
-#endif // CHROME_COMMON_JSON_SCHEMA_CONSTANTS_H_ |
+#endif // CHROME_COMMON_JSON_SCHEMA_JSON_SCHEMA_CONSTANTS_H_ |