Chromium Code Reviews| Index: ppapi/proxy/file_io_resource.h |
| diff --git a/ppapi/proxy/file_io_resource.h b/ppapi/proxy/file_io_resource.h |
| index ee19848ceaba940fc1f8a7575cb8e167714845d1..9636d4f399f0b151fe8a926d64347084ba66157b 100644 |
| --- a/ppapi/proxy/file_io_resource.h |
| +++ b/ppapi/proxy/file_io_resource.h |
| @@ -24,6 +24,8 @@ class TrackedCallback; |
| namespace proxy { |
| +class FileSystemResource; |
|
bbudge
2013/12/27 19:17:41
I'll remove this.
|
| + |
| class PPAPI_PROXY_EXPORT FileIOResource |
| : public PluginResource, |
| public thunk::PPB_FileIO_API { |
| @@ -164,7 +166,7 @@ class PPAPI_PROXY_EXPORT FileIOResource |
| scoped_refptr<FileHandleHolder> file_handle_; |
| PP_FileSystemType file_system_type_; |
| - ScopedPPResource file_system_resource_; |
| + scoped_refptr<Resource> file_system_resource_; |
| FileIOStateManager state_manager_; |
| scoped_refptr<Resource> file_ref_; |