| Index: components/nacl/renderer/progress_event.h
 | 
| diff --git a/components/nacl/renderer/progress_event.h b/components/nacl/renderer/progress_event.h
 | 
| index c79fd1678e23f9b3bf9d78975e48a851ab093f65..f8997340e86e7b78c0d598704e1f58f1b0d40345 100644
 | 
| --- a/components/nacl/renderer/progress_event.h
 | 
| +++ b/components/nacl/renderer/progress_event.h
 | 
| @@ -5,6 +5,8 @@
 | 
|  #ifndef COMPONENTS_NACL_RENDERER_NEXE_PROGRESS_EVENT_H_
 | 
|  #define COMPONENTS_NACL_RENDERER_NEXE_PROGRESS_EVENT_H_
 | 
|  
 | 
| +#include <stdint.h>
 | 
| +
 | 
|  #include <string>
 | 
|  
 | 
|  #include "components/nacl/renderer/ppb_nacl_private.h"
 | 
| 
 |