Index: webrtc/voice_engine/channel.h |
diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h |
index 5ecd3a67c688bb09ede2af1bf9969d13f9e93f23..56f6ce4c057c10e15a8c9da39fcb5fbc2a67c65b 100644 |
--- a/webrtc/voice_engine/channel.h |
+++ b/webrtc/voice_engine/channel.h |
@@ -51,6 +51,7 @@ class FileWrapper; |
class ProcessThread; |
class ReceiveStatistics; |
class RemoteNtpTimeEstimator; |
+class RtcEventLog; |
class RTPPayloadRegistry; |
class RtpReceiver; |
class RTPReceiverAudio; |
@@ -170,8 +171,12 @@ public: |
static int32_t CreateChannel(Channel*& channel, |
int32_t channelId, |
uint32_t instanceId, |
+ RtcEventLog* const event_log, |
const Config& config); |
- Channel(int32_t channelId, uint32_t instanceId, const Config& config); |
+ Channel(int32_t channelId, |
+ uint32_t instanceId, |
+ RtcEventLog* const event_log, |
+ const Config& config); |
int32_t Init(); |
int32_t SetEngineInformation( |
Statistics& engineStatistics, |