| Index: webrtc/modules/video_coding/main/source/codec_database.cc
 | 
| diff --git a/webrtc/modules/video_coding/main/source/codec_database.cc b/webrtc/modules/video_coding/main/source/codec_database.cc
 | 
| index bfdc609e3c1e69ba30052a87c132777d5a9f6d54..7aa2a7679832dbafdcb554320135607798af53bf 100644
 | 
| --- a/webrtc/modules/video_coding/main/source/codec_database.cc
 | 
| +++ b/webrtc/modules/video_coding/main/source/codec_database.cc
 | 
| @@ -13,6 +13,7 @@
 | 
|  #include <assert.h>
 | 
|  
 | 
|  #include "webrtc/base/checks.h"
 | 
| +#include "webrtc/base/logging.h"
 | 
|  #include "webrtc/engine_configurations.h"
 | 
|  #ifdef VIDEOCODEC_H264
 | 
|  #include "webrtc/modules/video_coding/codecs/h264/include/h264.h"
 | 
| @@ -27,7 +28,6 @@
 | 
|  #include "webrtc/modules/video_coding/codecs/vp9/include/vp9.h"
 | 
|  #endif
 | 
|  #include "webrtc/modules/video_coding/main/source/internal_defines.h"
 | 
| -#include "webrtc/system_wrappers/include/logging.h"
 | 
|  
 | 
|  namespace {
 | 
|  const size_t kDefaultPayloadSize = 1440;
 | 
| 
 |