| Index: webrtc/modules/video_coding/main/source/video_sender.cc
|
| diff --git a/webrtc/modules/video_coding/main/source/video_sender.cc b/webrtc/modules/video_coding/main/source/video_sender.cc
|
| index c489ed71128abe03a2af2353c405ff4c042b3d1f..e04a6d0d7554469cdf323e86789ecec678f38a8f 100644
|
| --- a/webrtc/modules/video_coding/main/source/video_sender.cc
|
| +++ b/webrtc/modules/video_coding/main/source/video_sender.cc
|
| @@ -13,13 +13,13 @@
|
| #include <algorithm> // std::max
|
|
|
| #include "webrtc/base/checks.h"
|
| +#include "webrtc/base/logging.h"
|
| #include "webrtc/common_video/libyuv/include/webrtc_libyuv.h"
|
| #include "webrtc/modules/video_coding/codecs/interface/video_codec_interface.h"
|
| #include "webrtc/modules/video_coding/main/source/encoded_frame.h"
|
| #include "webrtc/modules/video_coding/main/source/video_coding_impl.h"
|
| #include "webrtc/modules/video_coding/utility/include/quality_scaler.h"
|
| #include "webrtc/system_wrappers/include/clock.h"
|
| -#include "webrtc/system_wrappers/include/logging.h"
|
|
|
| namespace webrtc {
|
| namespace vcm {
|
|
|