| Index: ppapi/examples/url_loader/stream_to_file.cc
|
| diff --git a/ppapi/examples/url_loader/stream_to_file.cc b/ppapi/examples/url_loader/stream_to_file.cc
|
| index 887a9d71242042eebcaa4a6ec2d68e9b236ca9b5..61e5f749730b2841d1ae171bce51792bb9e826c9 100644
|
| --- a/ppapi/examples/url_loader/stream_to_file.cc
|
| +++ b/ppapi/examples/url_loader/stream_to_file.cc
|
| @@ -9,6 +9,8 @@
|
| // This example uses PostMessage between the plugin and the url_loader.html
|
| // page in this directory to start the load and to communicate the result.
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "ppapi/c/ppb_file_io.h"
|
| #include "ppapi/cpp/file_io.h"
|
| #include "ppapi/cpp/file_ref.h"
|
|
|