commit | 368f5cf27e079e55c6a87297ab50fb8ca028c8b7 | [log] [tgz] |
---|---|---|
author | nisse <nisse@webrtc.org> | Wed Apr 05 05:00:33 2017 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Wed Apr 05 12:00:33 2017 +0000 |
tree | 75fb38c14faef0daf9ac2164c307a0370ddada11 | |
parent | 2299b0ab976770158347b8376e4693990e0c8eeb [diff] |
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}
diff --git a/webrtc/modules/audio_coding/acm2/acm_resampler.cc b/webrtc/modules/audio_coding/acm2/acm_resampler.cc index dfc3ef7..da0d2e5 100644 --- a/webrtc/modules/audio_coding/acm2/acm_resampler.cc +++ b/webrtc/modules/audio_coding/acm2/acm_resampler.cc
@@ -14,7 +14,7 @@ #include <string.h> #include "webrtc/common_audio/resampler/include/resampler.h" -#include "webrtc/system_wrappers/include/logging.h" +#include "webrtc/base/logging.h" namespace webrtc { namespace acm2 {
diff --git a/webrtc/modules/audio_coding/acm2/audio_coding_module.cc b/webrtc/modules/audio_coding/acm2/audio_coding_module.cc index bc814f6..e22eb5a 100644 --- a/webrtc/modules/audio_coding/acm2/audio_coding_module.cc +++ b/webrtc/modules/audio_coding/acm2/audio_coding_module.cc
@@ -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"