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

Unified Diff: components/policy/core/common/schema_map.cc

Issue 78453005: Move PolicySchema and PolicySchemaRegistry to components/policy/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: export nested class on win 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
« no previous file with comments | « components/policy/core/common/schema_map.h ('k') | components/policy/core/common/schema_map_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/core/common/schema_map.cc
diff --git a/chrome/browser/policy/schema_map.cc b/components/policy/core/common/schema_map.cc
similarity index 98%
rename from chrome/browser/policy/schema_map.cc
rename to components/policy/core/common/schema_map.cc
index 271d42c6dc7d05f2c7ef0ad1f612e4d64db9f7c0..488af8d0f5168ee62cf973a4c00c11a6f89b9fd8 100644
--- a/chrome/browser/policy/schema_map.cc
+++ b/components/policy/core/common/schema_map.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/browser/policy/schema_map.h"
+#include "components/policy/core/common/schema_map.h"
#include "base/values.h"
#include "components/policy/core/common/policy_bundle.h"
« no previous file with comments | « components/policy/core/common/schema_map.h ('k') | components/policy/core/common/schema_map_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698