Index: webrtc/modules/video_coding/main/source/generic_encoder.cc |
diff --git a/webrtc/modules/video_coding/main/source/generic_encoder.cc b/webrtc/modules/video_coding/main/source/generic_encoder.cc |
index c10c3ab9a59dc2fbc7c84dcbff977babe4bb7567..b78cc8ef2fe9ee0dac631e56802710eeab21a3dd 100644 |
--- a/webrtc/modules/video_coding/main/source/generic_encoder.cc |
+++ b/webrtc/modules/video_coding/main/source/generic_encoder.cc |
@@ -9,12 +9,12 @@ |
*/ |
#include "webrtc/base/checks.h" |
+#include "webrtc/base/logging.h" |
#include "webrtc/engine_configurations.h" |
#include "webrtc/modules/video_coding/main/source/encoded_frame.h" |
#include "webrtc/modules/video_coding/main/source/generic_encoder.h" |
#include "webrtc/modules/video_coding/main/source/media_optimization.h" |
#include "webrtc/system_wrappers/include/critical_section_wrapper.h" |
-#include "webrtc/system_wrappers/include/logging.h" |
namespace webrtc { |
namespace { |