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

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

Issue 11570009: Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head again, previous had unrelated broken win_rel test. Created 8 years 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 c42d5c2064723ce3ac3546d3616b54cc8136b2fe..93fcec725c84eba777d3e571a0dab11a78691422 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 PrefService;
+class PrefServiceSimple;
namespace policy {
@@ -100,7 +100,7 @@ class CloudPolicySubsystem
void RefreshPolicies(bool wait_for_auth_token);
// Registers cloud policy related prefs.
- static void RegisterPrefs(PrefService* pref_service);
+ static void RegisterPrefs(PrefServiceSimple* pref_service);
// Schedule initialization of the policy backend service.
void ScheduleServiceInitialization(int64 delay_milliseconds);
« no previous file with comments | « chrome/browser/policy/cloud_policy_core_unittest.cc ('k') | chrome/browser/policy/cloud_policy_subsystem.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698