| Index: media/filters/vp8_parser.h
 | 
| diff --git a/media/filters/vp8_parser.h b/media/filters/vp8_parser.h
 | 
| index 5b83180b492106a1a3df3def859b93d80888c8ae..df56f9be07d673230cf3cb5f9a54adbed3a2dfca 100644
 | 
| --- a/media/filters/vp8_parser.h
 | 
| +++ b/media/filters/vp8_parser.h
 | 
| @@ -8,6 +8,9 @@
 | 
|  #ifndef MEDIA_FILTERS_VP8_PARSER_H_
 | 
|  #define MEDIA_FILTERS_VP8_PARSER_H_
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +#include <stdint.h>
 | 
| +
 | 
|  #include "base/macros.h"
 | 
|  #include "media/base/media_export.h"
 | 
|  #include "media/filters/vp8_bool_decoder.h"
 | 
| 
 |