Index: content/public/browser/speech_recognition_manager.h |
diff --git a/content/public/browser/speech_recognition_manager.h b/content/public/browser/speech_recognition_manager.h |
index c6dacea08dc44ddc72bf074ecc5b9fa08973eb39..f6a76a25dccffb7f99e9f7432f77d8b70f7d5559 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. |