Index: trunk/src/content/renderer/pepper/pepper_file_io_host.h |
=================================================================== |
--- trunk/src/content/renderer/pepper/pepper_file_io_host.h (revision 221543) |
+++ trunk/src/content/renderer/pepper/pepper_file_io_host.h (working copy) |
@@ -26,7 +26,6 @@ |
using ppapi::host::ReplyMessageContext; |
namespace content { |
-class PepperPluginInstanceImpl; |
class QuotaFileIO; |
class PepperFileIOHost : public ppapi::host::ResourceHost, |
@@ -106,7 +105,7 @@ |
int bytes_written); |
RendererPpapiHost* renderer_ppapi_host_; |
- PepperPluginInstanceImpl* plugin_instance_; |
+ |
base::PlatformFile file_; |
// The file system type specified in the Open() call. This will be |