| Index: chrome/browser/profiles/off_the_record_profile_impl.cc
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_impl.cc b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| index 480eb1b43293d48d0360cc1db2ecdeb99bc66715..5323f90db3e552a4ad10053ee3f969994eba4804 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_impl.cc
|
| @@ -362,9 +362,9 @@ content::GeolocationPermissionContext*
|
| return profile_->GetGeolocationPermissionContext();
|
| }
|
|
|
| -content::SpeechInputPreferences*
|
| - OffTheRecordProfileImpl::GetSpeechInputPreferences() {
|
| - return profile_->GetSpeechInputPreferences();
|
| +content::SpeechRecognitionPreferences*
|
| + OffTheRecordProfileImpl::GetSpeechRecognitionPreferences() {
|
| + return profile_->GetSpeechRecognitionPreferences();
|
| }
|
|
|
| UserStyleSheetWatcher* OffTheRecordProfileImpl::GetUserStyleSheetWatcher() {
|
|
|