diff options
Diffstat (limited to 'content/public/browser/speech_recognition_manager.h')
-rw-r--r-- | content/public/browser/speech_recognition_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/public/browser/speech_recognition_manager.h b/content/public/browser/speech_recognition_manager.h index c6dacea..f6a76a2 100644 --- a/content/public/browser/speech_recognition_manager.h +++ b/content/public/browser/speech_recognition_manager.h @@ -80,7 +80,7 @@ class SpeechRecognitionManager { // Returns a human readable string for the model/make of the active audio // input device for this computer. - virtual string16 GetAudioInputDeviceModel() = 0; + virtual base::string16 GetAudioInputDeviceModel() = 0; // Invokes the platform provided microphone settings UI in a non-blocking way, // via the BrowserThread::FILE thread. |