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; |