| Index: chrome/browser/profiles/off_the_record_profile_impl.h
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl.h b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| index 1a65d56546eac9262b4c956c2a8d86453e19b967..cd7a9a26ecf172dc3a319c10177eef2e3820e3c9 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.h
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.h
|
| @@ -116,7 +116,8 @@ class OffTheRecordProfileImpl : public Profile,
|
| virtual content::ResourceContext* GetResourceContext() OVERRIDE;
|
| virtual content::GeolocationPermissionContext*
|
| GetGeolocationPermissionContext() OVERRIDE;
|
| - virtual content::SpeechInputPreferences* GetSpeechInputPreferences() OVERRIDE;
|
| + virtual content::SpeechRecognitionPreferences*
|
| + GetSpeechRecognitionPreferences() OVERRIDE;
|
| virtual bool DidLastSessionExitCleanly() OVERRIDE;
|
| virtual quota::SpecialStoragePolicy* GetSpecialStoragePolicy() OVERRIDE;
|
|
|
|
|