| Index: content/public/test/fake_speech_recognition_manager.h
|
| diff --git a/content/public/test/fake_speech_recognition_manager.h b/content/public/test/fake_speech_recognition_manager.h
|
| index 0973f6cfafe5b865714714b15061f51de4aada40..c76340ade8b5265313ca85802f7b6554cfed5a22 100644
|
| --- a/content/public/test/fake_speech_recognition_manager.h
|
| +++ b/content/public/test/fake_speech_recognition_manager.h
|
| @@ -52,7 +52,7 @@ class FakeSpeechRecognitionManager : public SpeechRecognitionManager {
|
| virtual void AbortAllSessionsForRenderView(int render_process_id,
|
| int render_view_id) OVERRIDE;
|
| virtual bool HasAudioInputDevices() OVERRIDE;
|
| - virtual string16 GetAudioInputDeviceModel() OVERRIDE;
|
| + virtual base::string16 GetAudioInputDeviceModel() OVERRIDE;
|
| virtual void ShowAudioInputSettings() OVERRIDE {}
|
| virtual int GetSession(int render_process_id,
|
| int render_view_id,
|
|
|