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

Unified Diff: chrome/common/json_schema/json_schema_validator_unittest_base.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_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;
« no previous file with comments | « chrome/common/json_schema/json_schema_validator_unittest_base.h ('k') | chrome/common/json_schema_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698