Index: chrome/browser/ui/browser_ui_prefs.h |
diff --git a/chrome/browser/ui/browser_ui_prefs.h b/chrome/browser/ui/browser_ui_prefs.h |
index ebadc1045ae0350da99fa8d3f9e11d8e068bede0..135a76cdbd75548faf4646793fddad22f9583419 100644 |
--- a/chrome/browser/ui/browser_ui_prefs.h |
+++ b/chrome/browser/ui/browser_ui_prefs.h |
@@ -8,13 +8,13 @@ |
#include <string> |
class PrefRegistrySimple; |
-class PrefServiceSyncable; |
+class PrefRegistrySyncable; |
class Profile; |
namespace chrome { |
void RegisterBrowserPrefs(PrefRegistrySimple* registry); |
-void RegisterBrowserUserPrefs(PrefServiceSyncable* prefs); |
+void RegisterBrowserUserPrefs(PrefRegistrySyncable* registry); |
// Create a preference dictionary for the provided application name, in the |
// given user profile. This is done only once per application name / per |