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

Unified Diff: components/json_schema/json_schema_constants.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/README ('k') | components/json_schema/json_schema_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/json_schema/json_schema_constants.h
diff --git a/chrome/common/json_schema/json_schema_constants.h b/components/json_schema/json_schema_constants.h
similarity index 86%
rename from chrome/common/json_schema/json_schema_constants.h
rename to components/json_schema/json_schema_constants.h
index 1ca6a94d41652632ffdea27661a6e742d941efeb..3630c3c8c7d129a9dfaa7cc04fccf94dfa611744 100644
--- a/chrome/common/json_schema/json_schema_constants.h
+++ b/components/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_JSON_SCHEMA_CONSTANTS_H_
-#define CHROME_COMMON_JSON_SCHEMA_JSON_SCHEMA_CONSTANTS_H_
+#ifndef COMPONENTS_JSON_SCHEMA_JSON_SCHEMA_CONSTANTS_H_
+#define COMPONENTS_JSON_SCHEMA_JSON_SCHEMA_CONSTANTS_H_
// These constants are shared by code that uses JSON schemas.
namespace json_schema_constants {
@@ -39,4 +39,4 @@ extern const char kType[];
} // namespace json_schema_constants
-#endif // CHROME_COMMON_JSON_SCHEMA_JSON_SCHEMA_CONSTANTS_H_
+#endif // COMPONENTS_JSON_SCHEMA_JSON_SCHEMA_CONSTANTS_H_
« no previous file with comments | « components/json_schema/README ('k') | components/json_schema/json_schema_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698