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

Unified Diff: chrome/browser/policy/profile_policy_connector_factory.h

Issue 24153012: Fix cyclic dependency between ProfilePolicyConnector and PrefService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use callback_list in PolicyCertVerifier. Created 7 years, 2 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: chrome/browser/policy/profile_policy_connector_factory.h
diff --git a/chrome/browser/policy/profile_policy_connector_factory.h b/chrome/browser/policy/profile_policy_connector_factory.h
index a44fdeef03e698ff1970ff3ba5274e3f39f9fc52..3c710e28d360a359ca860f57e9d5aebb2ec83dc8 100644
--- a/chrome/browser/policy/profile_policy_connector_factory.h
+++ b/chrome/browser/policy/profile_policy_connector_factory.h
@@ -24,6 +24,7 @@ class BrowserContext;
namespace policy {
+class CloudPolicyManager;
Joao da Silva 2013/10/16 12:44:58 not used
pneubeck (no reviews) 2013/10/22 18:47:41 Done.
class ProfilePolicyConnector;
// Creates ProfilePolicyConnectors for Profiles, which manage the common

Powered by Google App Engine
This is Rietveld 408576698