Replace use of system_wrappers/include/logging.h by base/logging.h.

BUG=webrtc:5118

Review-Url: https://codereview.webrtc.org/2781343002
Cr-Commit-Position: refs/heads/master@{#17539}
This commit is contained in:
nisse
2017-04-05 05:00:33 -07:00
committed by Commit bot
parent 2299b0ab97
commit 368f5cf27e
51 changed files with 37 additions and 53 deletions

View File

@ -12,6 +12,7 @@
#include "webrtc/api/audio_codecs/builtin_audio_decoder_factory.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/safe_conversions.h"
#include "webrtc/modules/audio_coding/acm2/acm_receiver.h"
#include "webrtc/modules/audio_coding/acm2/acm_resampler.h"