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

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

Issue 78823004: Move PolicyBundle into components/policy/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase on master 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: components/policy/core/common/policy_bundle.cc
diff --git a/chrome/browser/policy/policy_bundle.cc b/components/policy/core/common/policy_bundle.cc
similarity index 98%
rename from chrome/browser/policy/policy_bundle.cc
rename to components/policy/core/common/policy_bundle.cc
index 90e4a0a210509a1d136e4f964477463f5660c0fe..46d45b3a35a22fab54bd8894f38bd2610c4c084a 100644
--- a/chrome/browser/policy/policy_bundle.cc
+++ b/components/policy/core/common/policy_bundle.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/policy_bundle.h"
+#include "components/policy/core/common/policy_bundle.h"
#include "base/logging.h"
#include "base/stl_util.h"

Powered by Google App Engine
This is Rietveld 408576698