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

Unified Diff: voice_engine/channel_proxy.h

Issue 3006383002: Remove VoERTP_RTCP (Closed)
Patch Set: rebase+remove Created 3 years, 3 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 | « voice_engine/channel.cc ('k') | voice_engine/include/voe_rtp_rtcp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: voice_engine/channel_proxy.h
diff --git a/voice_engine/channel_proxy.h b/voice_engine/channel_proxy.h
index ca11b587645d5ff5fdb1174b7dd57d994f2fdaba..40246aaa10b13276cf61234dd2eb41cf7dca174a 100644
--- a/voice_engine/channel_proxy.h
+++ b/voice_engine/channel_proxy.h
@@ -18,8 +18,8 @@
#include "rtc_base/constructormagic.h"
#include "rtc_base/race_checker.h"
#include "rtc_base/thread_checker.h"
+#include "voice_engine/channel.h"
#include "voice_engine/channel_manager.h"
-#include "voice_engine/include/voe_rtp_rtcp.h"
#include <memory>
#include <string>
@@ -42,8 +42,6 @@ class TransportFeedbackObserver;
namespace voe {
-class Channel;
-
// This class provides the "view" of a voe::Channel that we need to implement
// webrtc::AudioSendStream and webrtc::AudioReceiveStream. It serves two
// purposes:
« no previous file with comments | « voice_engine/channel.cc ('k') | voice_engine/include/voe_rtp_rtcp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698