| Index: webrtc/modules/audio_processing/aec3/suppression_gain_unittest.cc
|
| diff --git a/webrtc/modules/audio_processing/aec3/suppression_gain_unittest.cc b/webrtc/modules/audio_processing/aec3/suppression_gain_unittest.cc
|
| index 6016f182a999781255117e911927a6ee9477077f..9d41f18fd63fb3f239bc1baeadb0919f28e4d95a 100644
|
| --- a/webrtc/modules/audio_processing/aec3/suppression_gain_unittest.cc
|
| +++ b/webrtc/modules/audio_processing/aec3/suppression_gain_unittest.cc
|
| @@ -10,9 +10,10 @@
|
|
|
| #include "webrtc/modules/audio_processing/aec3/suppression_gain.h"
|
|
|
| -#include "webrtc/typedefs.h"
|
| +#include "webrtc/base/checks.h"
|
| #include "webrtc/system_wrappers/include/cpu_features_wrapper.h"
|
| #include "webrtc/test/gtest.h"
|
| +#include "webrtc/typedefs.h"
|
|
|
| namespace webrtc {
|
| namespace aec3 {
|
|
|