diff options
Diffstat (limited to 'chrome/browser/speech/chrome_speech_recognition_preferences.h')
-rw-r--r-- | chrome/browser/speech/chrome_speech_recognition_preferences.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/speech/chrome_speech_recognition_preferences.h b/chrome/browser/speech/chrome_speech_recognition_preferences.h index 581a5c2..d926542 100644 --- a/chrome/browser/speech/chrome_speech_recognition_preferences.h +++ b/chrome/browser/speech/chrome_speech_recognition_preferences.h @@ -19,7 +19,7 @@ class PrefService; -namespace base{ +namespace base { class ListValue; } @@ -79,9 +79,9 @@ class ChromeSpeechRecognitionPreferences virtual ProfileKeyedService* BuildServiceInstanceFor(Profile* profile) const OVERRIDE; virtual void RegisterUserPrefs(PrefService* prefs) OVERRIDE; - virtual bool ServiceRedirectedInIncognito() OVERRIDE; - virtual bool ServiceIsNULLWhileTesting() OVERRIDE; - virtual bool ServiceIsCreatedWithProfile() OVERRIDE; + virtual bool ServiceRedirectedInIncognito() const OVERRIDE; + virtual bool ServiceIsNULLWhileTesting() const OVERRIDE; + virtual bool ServiceIsCreatedWithProfile() const OVERRIDE; DISALLOW_COPY_AND_ASSIGN(Factory); }; |