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

Unified Diff: chrome/common/policy/policy_schema.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
« no previous file with comments | « chrome/common/json_schema/json_schema_validator_unittest_base.cc ('k') | chrome/renderer/web_apps.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/policy/policy_schema.cc
diff --git a/chrome/common/policy/policy_schema.cc b/chrome/common/policy/policy_schema.cc
index cf60b774426018085c88b5d1cce902b5e271c492..a3e2e7ef59128c8fbc000276ffedc08b44333e2c 100644
--- a/chrome/common/policy/policy_schema.cc
+++ b/chrome/common/policy/policy_schema.cc
@@ -7,8 +7,8 @@
#include "base/compiler_specific.h"
#include "base/logging.h"
#include "base/stl_util.h"
-#include "chrome/common/json_schema/json_schema_constants.h"
-#include "chrome/common/json_schema/json_schema_validator.h"
+#include "components/json_schema/json_schema_constants.h"
+#include "components/json_schema/json_schema_validator.h"
namespace policy {
« no previous file with comments | « chrome/common/json_schema/json_schema_validator_unittest_base.cc ('k') | chrome/renderer/web_apps.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698