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

Unified Diff: components/json_schema/json_schema_validator_unittest.cc

Issue 22807004: Moved chrome/common/json_schema to components/json_schema. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed android isolates Created 7 years, 4 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: components/json_schema/json_schema_validator_unittest.cc
diff --git a/chrome/common/json_schema/json_schema_validator_unittest.cc b/components/json_schema/json_schema_validator_unittest.cc
similarity index 97%
rename from chrome/common/json_schema/json_schema_validator_unittest.cc
rename to components/json_schema/json_schema_validator_unittest.cc
index 1fc728f436af0cb8097c86d38178054fc11802af..0cf45e17650cbbd87cc0765ed446be2aa3a1ca47 100644
--- a/chrome/common/json_schema/json_schema_validator_unittest.cc
+++ b/components/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/json_schema_validator.h"
-#include "chrome/common/json_schema/json_schema_validator_unittest_base.h"
+#include "components/json_schema/json_schema_validator.h"
+#include "components/json_schema/json_schema_validator_unittest_base.h"
#include "testing/gtest/include/gtest/gtest.h"
class JSONSchemaValidatorCPPTest : public JSONSchemaValidatorTestBase {
« no previous file with comments | « components/json_schema/json_schema_validator.cc ('k') | components/json_schema/json_schema_validator_unittest_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698