| Index: media/filters/vp8_parser_unittest.cc
|
| diff --git a/media/filters/vp8_parser_unittest.cc b/media/filters/vp8_parser_unittest.cc
|
| index 3087ed0cfdfef940646f7ec445cdccb1cfb3d61b..966a0b8c5d79261b782a9f33dc64ddeee05f819c 100644
|
| --- a/media/filters/vp8_parser_unittest.cc
|
| +++ b/media/filters/vp8_parser_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 <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include "base/files/memory_mapped_file.h"
|
| #include "base/logging.h"
|
| #include "media/base/test_data_util.h"
|
|
|