| Index: trunk/src/ppapi/proxy/file_io_resource.h
|
| ===================================================================
|
| --- trunk/src/ppapi/proxy/file_io_resource.h (revision 221543)
|
| +++ trunk/src/ppapi/proxy/file_io_resource.h (working copy)
|
| @@ -7,13 +7,11 @@
|
|
|
| #include <string>
|
|
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "ppapi/c/private/pp_file_handle.h"
|
| #include "ppapi/proxy/connection.h"
|
| #include "ppapi/proxy/plugin_resource.h"
|
| #include "ppapi/proxy/ppapi_proxy_export.h"
|
| #include "ppapi/shared_impl/file_io_state_manager.h"
|
| -#include "ppapi/shared_impl/resource.h"
|
| #include "ppapi/thunk/ppb_file_io_api.h"
|
|
|
| namespace ppapi {
|
| @@ -139,8 +137,6 @@
|
| PP_FileSystemType file_system_type_;
|
| FileIOStateManager state_manager_;
|
|
|
| - scoped_refptr<Resource> file_ref_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(FileIOResource);
|
| };
|
|
|
|
|