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:
pbos
2015-11-16 16:39:06 -08:00
committed by Commit bot
parent c91d173870
commit 854e84c7fb
16 changed files with 19 additions and 20 deletions

View File

@ -7,12 +7,9 @@
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#include <stdint.h>
#include <stdio.h>
#include "webrtc/modules/video_coding/utility/include/vp8_header_parser.h"
#include "webrtc/system_wrappers/include/logging.h"
#include "webrtc/base/logging.h"
namespace webrtc {