| 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..992492c071ab424e1f9b608ed66e8fa9fbf51510 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* registry);
|
|
|
| private:
|
| // Complete initialization once the message loops are running and the
|
|
|