Index: trunk/src/ppapi/proxy/file_io_resource.h |
=================================================================== |
--- trunk/src/ppapi/proxy/file_io_resource.h (revision 220164) |
+++ trunk/src/ppapi/proxy/file_io_resource.h (working copy) |
@@ -12,7 +12,6 @@ |
#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/scoped_pp_resource.h" |
#include "ppapi/thunk/ppb_file_io_api.h" |
namespace ppapi { |
@@ -138,8 +137,6 @@ |
PP_FileSystemType file_system_type_; |
FileIOStateManager state_manager_; |
- ScopedPPResource file_ref_; |
- |
DISALLOW_COPY_AND_ASSIGN(FileIOResource); |
}; |