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 30481c9aa0eac0228aa5b5f3e200ffa53ea836a3..1d7dcdeda8f6212c7ca60ca886b4c8b32199ec28 100644 |
--- a/chrome/browser/speech/chrome_speech_recognition_preferences.h |
+++ b/chrome/browser/speech/chrome_speech_recognition_preferences.h |
@@ -69,8 +69,8 @@ class ChromeSpeechRecognitionPreferences |
virtual ~Factory(); |
// ProfileKeyedServiceFactory methods: |
- virtual ProfileKeyedService* BuildServiceInstanceFor(Profile* profile) |
- const OVERRIDE; |
+ virtual ProfileKeyedService* BuildServiceInstanceFor( |
+ content::BrowserContext* profile) const OVERRIDE; |
virtual void RegisterUserPrefs(PrefRegistrySyncable* registry) OVERRIDE; |
virtual bool ServiceRedirectedInIncognito() const OVERRIDE; |
virtual bool ServiceIsNULLWhileTesting() const OVERRIDE; |