| Index: ppapi/proxy/url_response_info_resource.cc
|
| diff --git a/ppapi/proxy/url_response_info_resource.cc b/ppapi/proxy/url_response_info_resource.cc
|
| index 315b4a109d3dba41b47a330f4ea64257daec230f..74370daffcdcedc7114b3b83eb5b932736833fa6 100644
|
| --- a/ppapi/proxy/url_response_info_resource.cc
|
| +++ b/ppapi/proxy/url_response_info_resource.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "ppapi/proxy/url_response_info_resource.h"
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "ppapi/proxy/file_ref_resource.h"
|
| #include "ppapi/shared_impl/var.h"
|
| #include "ppapi/thunk/enter.h"
|
|
|