Index: chrome/common/json_schema/json_schema_validator_unittest_base.cc |
diff --git a/chrome/common/json_schema_validator_unittest_base.cc b/chrome/common/json_schema/json_schema_validator_unittest_base.cc |
similarity index 99% |
rename from chrome/common/json_schema_validator_unittest_base.cc |
rename to chrome/common/json_schema/json_schema_validator_unittest_base.cc |
index 8b901e79c42cd7c371fe37e96a7d00163323947e..ecd9846f1a94f8552cabf891eb85b42e2d27f7b1 100644 |
--- a/chrome/common/json_schema_validator_unittest_base.cc |
+++ b/chrome/common/json_schema/json_schema_validator_unittest_base.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_unittest_base.h" |
+#include "chrome/common/json_schema/json_schema_validator_unittest_base.h" |
#include <cfloat> |
#include <cmath> |
@@ -16,8 +16,8 @@ |
#include "base/stringprintf.h" |
#include "base/values.h" |
#include "chrome/common/chrome_paths.h" |
-#include "chrome/common/json_schema_constants.h" |
-#include "chrome/common/json_schema_validator.h" |
+#include "chrome/common/json_schema/json_schema_constants.h" |
+#include "chrome/common/json_schema/json_schema_validator.h" |
namespace schema = json_schema_constants; |