| Index: media/filters/vpx_video_decoder.cc
 | 
| diff --git a/media/filters/vpx_video_decoder.cc b/media/filters/vpx_video_decoder.cc
 | 
| index 4a3f66c2ac80c24ac827f80f59ad919f0fcdc909..40814bb273ad5a3f5cc18e96ea9172f9fd4e929b 100644
 | 
| --- a/media/filters/vpx_video_decoder.cc
 | 
| +++ b/media/filters/vpx_video_decoder.cc
 | 
| @@ -4,6 +4,9 @@
 | 
|  
 | 
|  #include "media/filters/vpx_video_decoder.h"
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +#include <stdint.h>
 | 
| +
 | 
|  #include <algorithm>
 | 
|  #include <string>
 | 
|  #include <vector>
 | 
| @@ -13,6 +16,7 @@
 | 
|  #include "base/command_line.h"
 | 
|  #include "base/location.h"
 | 
|  #include "base/logging.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/metrics/histogram_macros.h"
 | 
|  #include "base/single_thread_task_runner.h"
 | 
|  #include "base/stl_util.h"
 | 
| 
 |