| Index: chrome/browser/profiles/profile_impl.h
|
| diff --git a/chrome/browser/profiles/profile_impl.h b/chrome/browser/profiles/profile_impl.h
|
| index a7b9b6fd1f77010919138fa587068208f2d02063..816e112391982a84c43292d2a96bfb4b251a2271 100644
|
| --- a/chrome/browser/profiles/profile_impl.h
|
| +++ b/chrome/browser/profiles/profile_impl.h
|
| @@ -39,7 +39,7 @@ class Preferences;
|
| #endif
|
|
|
| namespace content {
|
| -class SpeechInputPreferences;
|
| +class SpeechRecognitionPreferences;
|
| }
|
|
|
| // The default profile implementation.
|
| @@ -60,7 +60,8 @@ class ProfileImpl : 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;
|
|
|
| @@ -236,7 +237,8 @@ class ProfileImpl : public Profile,
|
| scoped_refptr<HostContentSettingsMap> host_content_settings_map_;
|
| scoped_refptr<content::GeolocationPermissionContext>
|
| geolocation_permission_context_;
|
| - scoped_refptr<content::SpeechInputPreferences> speech_input_preferences_;
|
| + scoped_refptr<content::SpeechRecognitionPreferences>
|
| + speech_recognition_preferences_;
|
| scoped_refptr<UserStyleSheetWatcher> user_style_sheet_watcher_;
|
| scoped_ptr<GAIAInfoUpdateService> gaia_info_update_service_;
|
| scoped_refptr<HistoryService> history_service_;
|
|
|