diff options
Diffstat (limited to 'chrome/test/base/testing_profile.cc')
-rw-r--r-- | chrome/test/base/testing_profile.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc index 466191e..a5bdae8 100644 --- a/chrome/test/base/testing_profile.cc +++ b/chrome/test/base/testing_profile.cc @@ -694,7 +694,7 @@ TestingProfile::GetGeolocationPermissionContext() { content::SpeechRecognitionPreferences* TestingProfile::GetSpeechRecognitionPreferences() { #if defined(ENABLE_INPUT_SPEECH) - return ChromeSpeechRecognitionPreferences::GetForProfile(this); + return ChromeSpeechRecognitionPreferences::GetForProfile(this).get(); #else return NULL; #endif |