| Index: media/formats/common/stream_parser_test_base.h
|
| diff --git a/media/formats/common/stream_parser_test_base.h b/media/formats/common/stream_parser_test_base.h
|
| index f3431cd0b5750ee564b73120b149353e78edce99..42cb8d1bc7dbe4b9ea41a4ec9cdadcfd6c803265 100644
|
| --- a/media/formats/common/stream_parser_test_base.h
|
| +++ b/media/formats/common/stream_parser_test_base.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef MEDIA_FORMATS_COMMON_STREAM_PARSER_TEST_BASE_H_
|
| #define MEDIA_FORMATS_COMMON_STREAM_PARSER_TEST_BASE_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "media/base/audio_decoder_config.h"
|
|
|