| Index: webrtc/rtc_tools/event_log_visualizer/analyzer.cc
|
| diff --git a/webrtc/rtc_tools/event_log_visualizer/analyzer.cc b/webrtc/rtc_tools/event_log_visualizer/analyzer.cc
|
| index 2620a3af6be9d855791f3229e323a711e2615a21..4a2338f07a9e24c8d922003c331664fe315b44bd 100644
|
| --- a/webrtc/rtc_tools/event_log_visualizer/analyzer.cc
|
| +++ b/webrtc/rtc_tools/event_log_visualizer/analyzer.cc
|
| @@ -20,6 +20,8 @@
|
| #include "webrtc/call/audio_receive_stream.h"
|
| #include "webrtc/call/audio_send_stream.h"
|
| #include "webrtc/call/call.h"
|
| +#include "webrtc/call/video_receive_stream.h"
|
| +#include "webrtc/call/video_send_stream.h"
|
| #include "webrtc/common_types.h"
|
| #include "webrtc/modules/audio_coding/neteq/tools/audio_sink.h"
|
| #include "webrtc/modules/audio_coding/neteq/tools/fake_decode_from_file.h"
|
| @@ -43,8 +45,6 @@
|
| #include "webrtc/rtc_base/logging.h"
|
| #include "webrtc/rtc_base/ptr_util.h"
|
| #include "webrtc/rtc_base/rate_statistics.h"
|
| -#include "webrtc/video_receive_stream.h"
|
| -#include "webrtc/video_send_stream.h"
|
|
|
| namespace webrtc {
|
| namespace plotting {
|
|
|