Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1853)

Unified Diff: content/public/test/fake_speech_recognition_manager.cc

Issue 102593002: Convert string16 to base::string16 in content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « content/public/test/fake_speech_recognition_manager.h ('k') | content/public/test/mock_render_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698