| Index: webrtc/voice_engine/channel_manager.cc
|
| diff --git a/webrtc/voice_engine/channel_manager.cc b/webrtc/voice_engine/channel_manager.cc
|
| index 96f6d2b2eec39d5304f2944c82d07a5120c15a11..90bcd98da420bdb4e00e16aed655884d2d55a1d8 100644
|
| --- a/webrtc/voice_engine/channel_manager.cc
|
| +++ b/webrtc/voice_engine/channel_manager.cc
|
| @@ -49,7 +49,9 @@ ChannelManager::ChannelManager(uint32_t instance_id, const Config& config)
|
| : instance_id_(instance_id),
|
| last_channel_id_(-1),
|
| config_(config),
|
| - event_log_(rtc::ScopedToUnique(RtcEventLog::Create())) {}
|
| + event_log_(
|
| + rtc::ScopedToUnique(RtcEventLog::Create(Clock::GetRealTimeClock()))) {
|
| +}
|
|
|
| ChannelOwner ChannelManager::CreateChannel() {
|
| return CreateChannelInternal(config_);
|
|
|