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

Unified Diff: remoting/protocol/webrtc_audio_module.h

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/ice_connection_to_client.cc ('k') | remoting/protocol/webrtc_audio_module.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/webrtc_audio_module.h
diff --git a/remoting/protocol/webrtc_audio_module.h b/remoting/protocol/webrtc_audio_module.h
index 52f00c31d400091123d7d2dd36482432a74be28b..b31ce044a6723b6bc39dd75dfb8193ce6dc980ab 100644
--- a/remoting/protocol/webrtc_audio_module.h
+++ b/remoting/protocol/webrtc_audio_module.h
@@ -135,8 +135,8 @@ class WebrtcAudioModule : public webrtc::AudioDeviceModule {
// Only supported on iOS.
#if defined(WEBRTC_IOS)
- int GetPlayoutAudioParameters(AudioParameters* params) const override;
- int GetRecordAudioParameters(AudioParameters* params) const override;
+ int GetPlayoutAudioParameters(webrtc::AudioParameters* params) const override;
+ int GetRecordAudioParameters(webrtc::AudioParameters* params) const override;
#endif // WEBRTC_IOS
private:
« no previous file with comments | « remoting/protocol/ice_connection_to_client.cc ('k') | remoting/protocol/webrtc_audio_module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698