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 8f6f7cfd58621e773dcf7d0e5f0870457585f99e..1a632d45434e2d9d9f6428552285701fd69447a3 100644 |
--- a/chrome/browser/chromeos/settings/device_settings_cache.h |
+++ b/chrome/browser/chromeos/settings/device_settings_cache.h |
@@ -10,6 +10,7 @@ class PolicyData; |
} |
class PrefService; |
+class PrefServiceSimple; |
namespace chromeos { |
@@ -19,7 +20,7 @@ namespace chromeos { |
// case. |
namespace device_settings_cache { |
// Registers required pref section. |
-void RegisterPrefs(PrefService* local_state); |
+void RegisterPrefs(PrefServiceSimple* local_state); |
// Stores a new policy blob inside the cache stored in |local_state|. |
bool Store(const enterprise_management::PolicyData &policy, |