Use webrtc/base/logging.h for video coding/processing.
Replaces system_wrappers' logging.h in video_coding and video_processing. BUG=webrtc:5118 R=stefan@webrtc.org Review URL: https://codereview.webrtc.org/1435873003 Cr-Commit-Position: refs/heads/master@{#10664}
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
#include "vpx/vpx_frame_buffer.h"
|
||||
|
||||
#include "webrtc/base/checks.h"
|
||||
#include "webrtc/system_wrappers/include/logging.h"
|
||||
#include "webrtc/base/logging.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
|
||||
@ -23,12 +23,12 @@
|
||||
|
||||
#include "webrtc/base/bind.h"
|
||||
#include "webrtc/base/checks.h"
|
||||
#include "webrtc/base/logging.h"
|
||||
#include "webrtc/base/trace_event.h"
|
||||
#include "webrtc/common.h"
|
||||
#include "webrtc/common_video/libyuv/include/webrtc_libyuv.h"
|
||||
#include "webrtc/modules/include/module_common_types.h"
|
||||
#include "webrtc/modules/video_coding/codecs/vp9/screenshare_layers.h"
|
||||
#include "webrtc/system_wrappers/include/logging.h"
|
||||
#include "webrtc/system_wrappers/include/tick_util.h"
|
||||
|
||||
namespace {
|
||||
|
||||
Reference in New Issue
Block a user