Delete deprecated rtc_event_log header

Bug: webrtc:10206
Change-Id: I9ed3148843c647372993729b87c0e74741ab540b
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/147870
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#28791}
This commit is contained in:
Danil Chapovalov
2019-08-07 12:24:53 +02:00
committed by Commit Bot
parent e08648dc70
commit 83bbe91398
71 changed files with 103 additions and 128 deletions

View File

@ -51,7 +51,7 @@ void RtpReplayer::Replay(
}
// Setup the video streams based on the configuration.
webrtc::RtcEventLogNullImpl event_log;
webrtc::RtcEventLogNull event_log;
std::unique_ptr<TaskQueueFactory> task_queue_factory =
CreateDefaultTaskQueueFactory();
Call::Config call_config(&event_log);