| Index: content/public/test/fake_speech_recognition_manager.cc
|
| diff --git a/content/public/test/fake_speech_recognition_manager.cc b/content/public/test/fake_speech_recognition_manager.cc
|
| index 065fcb5fda76923d051bc2c9bfbcfe4b73edcb54..3d7b5825856068c39a61f6aefdb7df7de81fa70d 100644
|
| --- a/content/public/test/fake_speech_recognition_manager.cc
|
| +++ b/content/public/test/fake_speech_recognition_manager.cc
|
| @@ -115,8 +115,8 @@ void FakeSpeechRecognitionManager::AbortAllSessionsForRenderView(
|
|
|
| bool FakeSpeechRecognitionManager::HasAudioInputDevices() { return true; }
|
|
|
| -string16 FakeSpeechRecognitionManager::GetAudioInputDeviceModel() {
|
| - return string16();
|
| +base::string16 FakeSpeechRecognitionManager::GetAudioInputDeviceModel() {
|
| + return base::string16();
|
| }
|
|
|
| int FakeSpeechRecognitionManager::GetSession(int render_process_id,
|
|
|