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

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

Issue 11741003: Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 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/cloud_policy_subsystem.h
diff --git a/chrome/browser/policy/cloud_policy_subsystem.h b/chrome/browser/policy/cloud_policy_subsystem.h
index 93fcec725c84eba777d3e571a0dab11a78691422..7f3d27ae45c901689358ff46792de1cbb7f7ec55 100644
--- a/chrome/browser/policy/cloud_policy_subsystem.h
+++ b/chrome/browser/policy/cloud_policy_subsystem.h
@@ -9,7 +9,7 @@
#include "base/prefs/public/pref_change_registrar.h"
#include "net/base/network_change_notifier.h"
-class PrefServiceSimple;
+class PrefRegistrarSimple;
namespace policy {
@@ -100,7 +100,7 @@ class CloudPolicySubsystem
void RefreshPolicies(bool wait_for_auth_token);
// Registers cloud policy related prefs.
- static void RegisterPrefs(PrefServiceSimple* pref_service);
+ static void RegisterPrefs(PrefRegistrarSimple* pref_service);
// Schedule initialization of the policy backend service.
void ScheduleServiceInitialization(int64 delay_milliseconds);

Powered by Google App Engine
This is Rietveld 408576698