Index: chrome/browser/intents/web_intents_util.h |
diff --git a/chrome/browser/intents/web_intents_util.h b/chrome/browser/intents/web_intents_util.h |
index e53286d05822a6e9b4a6c7f64129172d885edc77..2dfa99f685ea12249ae2e875bf1df1fc0ae9688d 100644 |
--- a/chrome/browser/intents/web_intents_util.h |
+++ b/chrome/browser/intents/web_intents_util.h |
@@ -10,7 +10,7 @@ |
class Browser; |
class Profile; |
class PrefService; |
-class PrefServiceSyncable; |
+class PrefRegistrySyncable; |
namespace web_intents { |
@@ -38,7 +38,7 @@ extern const char kQuickOfficeViewerServiceURL[]; |
extern const char kQuickOfficeViewerDevServiceURL[]; |
// Registers the preferences related to Web Intents. |
-void RegisterUserPrefs(PrefServiceSyncable* user_prefs); |
+void RegisterUserPrefs(PrefRegistrySyncable* registry); |
// Returns true if WebIntents are enabled in preferences. |
bool IsWebIntentsEnabled(PrefService* prefs); |