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

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

Issue 11741003: Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to review comments. Created 7 years, 11 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/auto_enrollment_client.h
diff --git a/chrome/browser/policy/auto_enrollment_client.h b/chrome/browser/policy/auto_enrollment_client.h
index c733139a59d3bab96211e9e4e4042cca63b12e23..839f246ab2203050262b84d00b879e2efb214453 100644
--- a/chrome/browser/policy/auto_enrollment_client.h
+++ b/chrome/browser/policy/auto_enrollment_client.h
@@ -16,7 +16,7 @@
#include "third_party/protobuf/src/google/protobuf/repeated_field.h"
class PrefService;
-class PrefServiceSimple;
+class PrefRegistrySimple;
namespace enterprise_management {
class DeviceManagementResponse;
@@ -47,7 +47,7 @@ class AutoEnrollmentClient {
virtual ~AutoEnrollmentClient();
// Registers preferences in local state.
- static void RegisterPrefs(PrefServiceSimple* local_state);
+ static void RegisterPrefs(PrefRegistrySimple* local_state);
// Returns true if auto-enrollment is disabled in this device. In that case,
// instances returned by Create() fail immediately once Start() is invoked.

Powered by Google App Engine
This is Rietveld 408576698