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:
@ -17,6 +17,7 @@
|
||||
#include "webrtc/base/array_view.h"
|
||||
#include "webrtc/base/arraysize.h"
|
||||
#include "webrtc/base/checks.h"
|
||||
#include "webrtc/base/logging.h"
|
||||
#include "webrtc/modules/audio_processing/audio_buffer.h"
|
||||
#include "webrtc/modules/audio_processing/level_controller/gain_applier.h"
|
||||
#include "webrtc/modules/audio_processing/level_controller/gain_selector.h"
|
||||
@ -25,7 +26,6 @@
|
||||
#include "webrtc/modules/audio_processing/level_controller/saturating_gain_estimator.h"
|
||||
#include "webrtc/modules/audio_processing/level_controller/signal_classifier.h"
|
||||
#include "webrtc/modules/audio_processing/logging/apm_data_dumper.h"
|
||||
#include "webrtc/system_wrappers/include/logging.h"
|
||||
#include "webrtc/system_wrappers/include/metrics.h"
|
||||
|
||||
namespace webrtc {
|
||||
|
||||
Reference in New Issue
Block a user