| Index: media/audio/alsa/alsa_output_unittest.cc
|
| diff --git a/media/audio/alsa/alsa_output_unittest.cc b/media/audio/alsa/alsa_output_unittest.cc
|
| index 59cd889e20243337f021bc06e8623befc8b6bf10..1b1386347f9437c21865c9fa64b71936090ee735 100644
|
| --- a/media/audio/alsa/alsa_output_unittest.cc
|
| +++ b/media/audio/alsa/alsa_output_unittest.cc
|
| @@ -2,6 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "media/audio/alsa/alsa_output.h"
|
| #include "media/audio/alsa/alsa_wrapper.h"
|
|
|