| Index: components/audio_modem/audio_recorder_unittest.cc
|
| diff --git a/components/audio_modem/audio_recorder_unittest.cc b/components/audio_modem/audio_recorder_unittest.cc
|
| index 598a5c3a9fba9aa8f33e386f8d1c36f8011d0e1f..e960cd389b5289ea42dfa1fdec74286f63cb71a0 100644
|
| --- a/components/audio_modem/audio_recorder_unittest.cc
|
| +++ b/components/audio_modem/audio_recorder_unittest.cc
|
| @@ -4,11 +4,15 @@
|
|
|
| #include "components/audio_modem/audio_recorder.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <vector>
|
|
|
| #include "base/bind.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/aligned_memory.h"
|
| #include "base/run_loop.h"
|
| +#include "build/build_config.h"
|
| #include "components/audio_modem/audio_recorder_impl.h"
|
| #include "components/audio_modem/public/audio_modem_types.h"
|
| #include "components/audio_modem/test/random_samples.h"
|
|
|