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

Unified Diff: components/json_schema/json_schema_validator.cc

Issue 22807004: Moved chrome/common/json_schema to components/json_schema. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update header 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
Index: components/json_schema/json_schema_validator.cc
diff --git a/chrome/common/json_schema/json_schema_validator.cc b/components/json_schema/json_schema_validator.cc
similarity index 99%
rename from chrome/common/json_schema/json_schema_validator.cc
rename to components/json_schema/json_schema_validator.cc
index 576923b6b48addd3a42558b25342feca776a596f..6164f4db3d6b5463c35948685b2d225b60175d4a 100644
--- a/chrome/common/json_schema/json_schema_validator.cc
+++ b/components/json_schema/json_schema_validator.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_validator.h"
+#include "components/json_schema/json_schema_validator.h"
#include <algorithm>
#include <cfloat>
@@ -13,7 +13,7 @@
#include "base/strings/string_util.h"
#include "base/strings/stringprintf.h"
#include "base/values.h"
-#include "chrome/common/json_schema/json_schema_constants.h"
+#include "components/json_schema/json_schema_constants.h"
#include "ui/base/l10n/l10n_util.h"
namespace schema = json_schema_constants;

Powered by Google App Engine
This is Rietveld 408576698