Index: webrtc/voice_engine/channel.h |
diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h |
index 43bdeb84737a64242c0993dc4b9787709e46258b..7d5598b9ea97f6d7ed6571715eb8638da60c985e 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, |