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

Unified Diff: chrome/common/json_schema/json_schema_validator.cc

Issue 12886024: Move JSON schema validator code into its own directory in chrome/common (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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: chrome/common/json_schema/json_schema_validator.cc
diff --git a/chrome/common/json_schema_validator.cc b/chrome/common/json_schema/json_schema_validator.cc
similarity index 99%
rename from chrome/common/json_schema_validator.cc
rename to chrome/common/json_schema/json_schema_validator.cc
index 64d64b623dd205ed9721b764f79b087a77ce206d..a303442e56dca07455ce0f695c37f6088da6b8e3 100644
--- a/chrome/common/json_schema_validator.cc
+++ b/chrome/common/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_validator.h"
+#include "chrome/common/json_schema/json_schema_validator.h"
#include <cfloat>
#include <cmath>
@@ -10,7 +10,7 @@
#include "base/string_util.h"
#include "base/strings/string_number_conversions.h"
#include "base/values.h"
-#include "chrome/common/json_schema_constants.h"
+#include "chrome/common/json_schema/json_schema_constants.h"
#include "ui/base/l10n/l10n_util.h"
namespace schema = json_schema_constants;
« no previous file with comments | « chrome/common/json_schema/json_schema_validator.h ('k') | chrome/common/json_schema/json_schema_validator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698