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

Unified Diff: chrome/browser/policy/schema_map.cc

Issue 78763002: Move PolicyMap and its dependencies to components/policy/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: export nested struct Created 7 years, 1 month 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/browser/policy/schema_map.cc
diff --git a/chrome/browser/policy/schema_map.cc b/chrome/browser/policy/schema_map.cc
index 987458e85d15820128d9bcdc9620518974c67b6d..6fa6bb882b7bb2ac531c804b6b12f29a6b5d7ac3 100644
--- a/chrome/browser/policy/schema_map.cc
+++ b/chrome/browser/policy/schema_map.cc
@@ -6,7 +6,7 @@
#include "base/values.h"
#include "chrome/browser/policy/policy_bundle.h"
-#include "chrome/browser/policy/policy_map.h"
+#include "components/policy/core/common/policy_map.h"
namespace policy {

Powered by Google App Engine
This is Rietveld 408576698