| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 0ba2120473dd21087df6eea3ee502b51c1b3188e..108897080402a359f3c96d085edefc337e6d16cd 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -17,7 +17,7 @@
|
|
|
| namespace content {
|
| class MockResourceContext;
|
| -class SpeechInputPreferences;
|
| +class SpeechRecognitionPreferences;
|
| }
|
|
|
| namespace history {
|
| @@ -165,7 +165,8 @@ class TestingProfile : 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;
|
|
|
| @@ -351,7 +352,8 @@ class TestingProfile : public Profile {
|
| scoped_refptr<content::GeolocationPermissionContext>
|
| geolocation_permission_context_;
|
|
|
| - scoped_refptr<content::SpeechInputPreferences> speech_input_preferences_;
|
| + scoped_refptr<content::SpeechRecognitionPreferences>
|
| + speech_recognition_preferences_;
|
|
|
| FilePath last_selected_directory_;
|
| scoped_refptr<history::TopSites> top_sites_; // For history and thumbnails.
|
|
|