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

Unified Diff: chrome/common/json_schema/json_schema_validator_unittest.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.cc
diff --git a/chrome/common/json_schema_validator_unittest.cc b/chrome/common/json_schema/json_schema_validator_unittest.cc
similarity index 92%
rename from chrome/common/json_schema_validator_unittest.cc
rename to chrome/common/json_schema/json_schema_validator_unittest.cc
index 5ea8d1c7b6894b87b9876e2d85a0be1b0c41e308..b2fdc542957a262dc5e150857510d4216334dfbd 100644
--- a/chrome/common/json_schema_validator_unittest.cc
+++ b/chrome/common/json_schema/json_schema_validator_unittest.cc
@@ -3,8 +3,8 @@
// found in the LICENSE file.
#include "base/values.h"
-#include "chrome/common/json_schema_validator.h"
-#include "chrome/common/json_schema_validator_unittest_base.h"
+#include "chrome/common/json_schema/json_schema_validator.h"
+#include "chrome/common/json_schema/json_schema_validator_unittest_base.h"
#include "testing/gtest/include/gtest/gtest.h"
class JSONSchemaValidatorCPPTest : public JSONSchemaValidatorTestBase {
« no previous file with comments | « chrome/common/json_schema/json_schema_validator.cc ('k') | chrome/common/json_schema/json_schema_validator_unittest_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698