Index: chrome/browser/chromeos/settings/device_settings_cache.h |
diff --git a/chrome/browser/chromeos/settings/device_settings_cache.h b/chrome/browser/chromeos/settings/device_settings_cache.h |
index 1a632d45434e2d9d9f6428552285701fd69447a3..ac2028c6f596068ea2cb443c65a7d4a71d9df19a 100644 |
--- a/chrome/browser/chromeos/settings/device_settings_cache.h |
+++ b/chrome/browser/chromeos/settings/device_settings_cache.h |
@@ -10,7 +10,7 @@ class PolicyData; |
} |
class PrefService; |
-class PrefServiceSimple; |
+class PrefRegistrySimple; |
namespace chromeos { |
@@ -20,7 +20,7 @@ namespace chromeos { |
// case. |
namespace device_settings_cache { |
// Registers required pref section. |
-void RegisterPrefs(PrefServiceSimple* local_state); |
+void RegisterPrefs(PrefRegistrySimple* registry); |
// Stores a new policy blob inside the cache stored in |local_state|. |
bool Store(const enterprise_management::PolicyData &policy, |