Index: chrome/browser/chromeos/display/display_preferences.h |
diff --git a/chrome/browser/chromeos/display/display_preferences.h b/chrome/browser/chromeos/display/display_preferences.h |
index 615ce570bc1aadc8bd32783e0668820390e807e0..1d40edc5dccf0f4950c2f10d67a58b5b60235305 100644 |
--- a/chrome/browser/chromeos/display/display_preferences.h |
+++ b/chrome/browser/chromeos/display/display_preferences.h |
@@ -7,7 +7,7 @@ |
#include "base/basictypes.h" |
-class PrefServiceSimple; |
+class PrefRegistrySimple; |
namespace gfx { |
class Display; |
@@ -18,7 +18,7 @@ namespace chromeos { |
// Registers the prefs associated with display settings and stored |
// into Local State. |
-void RegisterDisplayLocalStatePrefs(PrefServiceSimple* local_state); |
+void RegisterDisplayLocalStatePrefs(PrefRegistrySimple* registry); |
// Sets or updates the display layout data to the specified |display| and |
// |pref_service|. |