| Index: media/base/audio_timestamp_helper_unittest.cc
|
| diff --git a/media/base/audio_timestamp_helper_unittest.cc b/media/base/audio_timestamp_helper_unittest.cc
|
| index a17ff2ca98b5bc9b4ecfddb7eabb5c47ed33f9d7..0bb6e1286db388eb10f6b40c6dc33d3763815809 100644
|
| --- a/media/base/audio_timestamp_helper_unittest.cc
|
| +++ b/media/base/audio_timestamp_helper_unittest.cc
|
| @@ -2,6 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "media/base/audio_timestamp_helper.h"
|
| #include "media/base/timestamp_constants.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|