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 19db31f0a01d7a6f5f4e77a4748af3d0cd0dbe40..9a04446e9a32ad47bbd816ccc67251b474adbe3a 100644 |
--- a/chrome/browser/speech/chrome_speech_recognition_preferences.h |
+++ b/chrome/browser/speech/chrome_speech_recognition_preferences.h |
@@ -79,9 +79,9 @@ class ChromeSpeechRecognitionPreferences |
virtual ProfileKeyedService* BuildServiceInstanceFor(Profile* profile) |
const OVERRIDE; |
virtual void RegisterUserPrefs(PrefService* prefs) OVERRIDE; |
- virtual bool ServiceRedirectedInIncognito() OVERRIDE { return false; } |
- virtual bool ServiceIsNULLWhileTesting() OVERRIDE { return true; } |
- virtual bool ServiceIsCreatedWithProfile() OVERRIDE { return false; } |
+ virtual bool ServiceRedirectedInIncognito() OVERRIDE; |
+ virtual bool ServiceIsNULLWhileTesting() OVERRIDE; |
+ virtual bool ServiceIsCreatedWithProfile() OVERRIDE; |
DISALLOW_COPY_AND_ASSIGN(Factory); |
}; |