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 308b482c8cb5d2fe9c1cc9bb0fe3225e67758e30..0358d2a7cbb5fb8c6dc8d493c89abd72fb1be631 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() { |