| Index: ppapi/proxy/isolated_file_system_private_resource.h
|
| diff --git a/ppapi/proxy/isolated_file_system_private_resource.h b/ppapi/proxy/isolated_file_system_private_resource.h
|
| index 55ff23e9af70cf53f87046f5c98e72a099cfbb6f..a9e659f0de991a8f909120cf181cd1784ccd938a 100644
|
| --- a/ppapi/proxy/isolated_file_system_private_resource.h
|
| +++ b/ppapi/proxy/isolated_file_system_private_resource.h
|
| @@ -19,8 +19,11 @@
|
| #ifndef PPAPI_PROXY_ISOLATED_FILE_SYSTEM_PRIVATE_RESOURCE_H_
|
| #define PPAPI_PROXY_ISOLATED_FILE_SYSTEM_PRIVATE_RESOURCE_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "ppapi/proxy/connection.h"
|
| #include "ppapi/proxy/plugin_resource.h"
|
|
|