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

Unified Diff: remoting/protocol/webrtc_audio_module.cc

Issue 2437453004: Removing the dependency on //third_party/webrtc:webrtc and replacing with rtc_base. (Closed)
Patch Set: Fixing :: typo. Created 4 years, 2 months 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
« no previous file with comments | « remoting/protocol/webrtc_audio_module.h ('k') | remoting/test/app_remoting_test_driver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/webrtc_audio_module.cc
diff --git a/remoting/protocol/webrtc_audio_module.cc b/remoting/protocol/webrtc_audio_module.cc
index a192c040e54fc5e9a0726bad9a60d757102ad9e2..fa2d15ec482c5b9f77e2fbf293a23096c50ac092 100644
--- a/remoting/protocol/webrtc_audio_module.cc
+++ b/remoting/protocol/webrtc_audio_module.cc
@@ -488,12 +488,13 @@ int32_t WebrtcAudioModule::EnableBuiltInNS(bool enable) {
#if defined(WEBRTC_IOS)
int WebrtcAudioModule::GetPlayoutAudioParameters(
- AudioParameters* params) const {
+ webrtc::AudioParameters* params) const {
NOTREACHED();
return -1;
}
-int WebrtcAudioModule::GetRecordAudioParameters(AudioParameters* params) const {
+int WebrtcAudioModule::GetRecordAudioParameters(
+ webrtc::AudioParameters* params) const {
NOTREACHED();
return -1;
}
« no previous file with comments | « remoting/protocol/webrtc_audio_module.h ('k') | remoting/test/app_remoting_test_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698