Index: chrome/browser/prefs/session_startup_pref.h |
diff --git a/chrome/browser/prefs/session_startup_pref.h b/chrome/browser/prefs/session_startup_pref.h |
index 9eae865af7150becc725e6be843adb2934f3a370..9749cd2050c7eab5de71e2940355de1007c6f893 100644 |
--- a/chrome/browser/prefs/session_startup_pref.h |
+++ b/chrome/browser/prefs/session_startup_pref.h |
@@ -10,7 +10,7 @@ |
#include "googleurl/src/gurl.h" |
class PrefService; |
-class PrefServiceSyncable; |
+class PrefRegistrySyncable; |
class Profile; |
// StartupPref specifies what should happen at startup for a specified profile. |
@@ -41,7 +41,7 @@ struct SessionStartupPref { |
static const int kPrefValueURLs = 4; |
static const int kPrefValueNewTab = 5; |
- static void RegisterUserPrefs(PrefServiceSyncable* prefs); |
+ static void RegisterUserPrefs(PrefRegistrySyncable* registry); |
// Returns the default value for |type|. |
static Type GetDefaultStartupType(); |