Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Unified Diff: components/json_schema/json_schema_validator.h

Issue 22807004: Moved chrome/common/json_schema to components/json_schema. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed android isolates Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/json_schema/json_schema_constants.cc ('k') | components/json_schema/json_schema_validator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/json_schema/json_schema_validator.h
diff --git a/chrome/common/json_schema/json_schema_validator.h b/components/json_schema/json_schema_validator.h
similarity index 98%
rename from chrome/common/json_schema/json_schema_validator.h
rename to components/json_schema/json_schema_validator.h
index 3b42444c64296ee52ee3f148ee39cac1dc693423..03b996cbcb07bf3264cffe5da011ca63c1cf72a5 100644
--- a/chrome/common/json_schema/json_schema_validator.h
+++ b/components/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_JSON_SCHEMA_VALIDATOR_H_
-#define CHROME_COMMON_JSON_SCHEMA_JSON_SCHEMA_VALIDATOR_H_
+#ifndef COMPONENTS_JSON_SCHEMA_JSON_SCHEMA_VALIDATOR_H_
+#define COMPONENTS_JSON_SCHEMA_JSON_SCHEMA_VALIDATOR_H_
#include <map>
#include <string>
@@ -232,4 +232,4 @@ class JSONSchemaValidator {
DISALLOW_COPY_AND_ASSIGN(JSONSchemaValidator);
};
-#endif // CHROME_COMMON_JSON_SCHEMA_JSON_SCHEMA_VALIDATOR_H_
+#endif // COMPONENTS_JSON_SCHEMA_JSON_SCHEMA_VALIDATOR_H_
« no previous file with comments | « components/json_schema/json_schema_constants.cc ('k') | components/json_schema/json_schema_validator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698