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

Unified Diff: components/json_schema/json_schema_constants.cc

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.h ('k') | components/json_schema/json_schema_validator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/json_schema/json_schema_constants.cc
diff --git a/chrome/common/json_schema/json_schema_constants.cc b/components/json_schema/json_schema_constants.cc
similarity index 95%
rename from chrome/common/json_schema/json_schema_constants.cc
rename to components/json_schema/json_schema_constants.cc
index bd341a9062d19dab7cd921af102c7a567fc81fa6..0bd7b627e50c6505faa98078d7258182e4af0ef4 100644
--- a/chrome/common/json_schema/json_schema_constants.cc
+++ b/components/json_schema/json_schema_constants.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/common/json_schema/json_schema_constants.h"
+#include "components/json_schema/json_schema_constants.h"
namespace json_schema_constants {
« no previous file with comments | « components/json_schema/json_schema_constants.h ('k') | components/json_schema/json_schema_validator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698