| Index: ppapi/c/private/ppb_flash_file.h
|
| diff --git a/ppapi/c/private/ppb_flash_file.h b/ppapi/c/private/ppb_flash_file.h
|
| index 521ab39e6f20e407a8b09eeb8f9d4f22bd7973aa..29d3dfbae34befe819d384338365a43eeaafef65 100644
|
| --- a/ppapi/c/private/ppb_flash_file.h
|
| +++ b/ppapi/c/private/ppb_flash_file.h
|
| @@ -12,14 +12,7 @@
|
| #include "ppapi/c/pp_bool.h"
|
| #include "ppapi/c/pp_instance.h"
|
| #include "ppapi/c/pp_resource.h"
|
| -
|
| -#ifdef _WIN32
|
| -typedef HANDLE PP_FileHandle;
|
| -static const PP_FileHandle PP_kInvalidFileHandle = NULL;
|
| -#else
|
| -typedef int PP_FileHandle;
|
| -static const PP_FileHandle PP_kInvalidFileHandle = -1;
|
| -#endif
|
| +#include "ppapi/c/private/pp_file_handle.h"
|
|
|
| struct PP_FileInfo;
|
|
|
|
|