Index: chrome/browser/speech/chrome_speech_recognition_preferences.h |
diff --git a/chrome/browser/speech/chrome_speech_recognition_preferences.h b/chrome/browser/speech/chrome_speech_recognition_preferences.h |
index ffb172f0ef6bda423e226e741215f78e55faddb6..50945e74dd5dec2f9e64907735b6496281a75bba 100644 |
--- a/chrome/browser/speech/chrome_speech_recognition_preferences.h |
+++ b/chrome/browser/speech/chrome_speech_recognition_preferences.h |
@@ -70,7 +70,7 @@ class ChromeSpeechRecognitionPreferences |
// ProfileKeyedServiceFactory methods: |
virtual ProfileKeyedService* BuildServiceInstanceFor(Profile* profile) |
const OVERRIDE; |
- virtual void RegisterUserPrefs(PrefService* prefs) OVERRIDE; |
+ virtual void RegisterUserPrefs(PrefServiceSyncable* prefs) OVERRIDE; |
virtual bool ServiceRedirectedInIncognito() const OVERRIDE; |
virtual bool ServiceIsNULLWhileTesting() const OVERRIDE; |
virtual bool ServiceIsCreatedWithProfile() const OVERRIDE; |