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

Unified Diff: chrome/browser/policy/browser_policy_connector.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/browser_policy_connector.h
diff --git a/chrome/browser/policy/browser_policy_connector.h b/chrome/browser/policy/browser_policy_connector.h
index 8a95e429b786a791dd2b188bed8eb23794c125fc..57a0a60801169217f298fbb664217afdf51cad9f 100644
--- a/chrome/browser/policy/browser_policy_connector.h
+++ b/chrome/browser/policy/browser_policy_connector.h
@@ -14,7 +14,7 @@
#include "chrome/browser/policy/configuration_policy_handler_list.h"
#include "chrome/browser/policy/proxy_policy_provider.h"
-class PrefServiceSimple;
+class PrefRegistrySimple;
class Profile;
namespace policy {
@@ -148,7 +148,7 @@ class BrowserPolicyConnector {
static bool IsNonEnterpriseUser(const std::string& username);
// Registers refresh rate prefs.
- static void RegisterPrefs(PrefServiceSimple* local_state);
+ static void RegisterPrefs(PrefRegistrySimple* local_state);
private:
// Complete initialization once the message loops are running and the

Powered by Google App Engine
This is Rietveld 408576698