Index: webkit/glue/plugins/pepper_file_system.h |
=================================================================== |
--- webkit/glue/plugins/pepper_file_system.h (revision 57791) |
+++ webkit/glue/plugins/pepper_file_system.h (working copy) |
@@ -5,7 +5,7 @@ |
#ifndef WEBKIT_GLUE_PLUGINS_PEPPER_FILE_SYSTEM_H_ |
#define WEBKIT_GLUE_PLUGINS_PEPPER_FILE_SYSTEM_H_ |
-typedef struct _ppb_FileSystem PPB_FileSystem; |
+struct PPB_FileSystem_Dev; |
namespace pepper { |
@@ -13,7 +13,7 @@ |
public: |
// Returns a pointer to the interface implementing PPB_FileSystem that is |
// exposed to the plugin. |
- static const PPB_FileSystem* GetInterface(); |
+ static const PPB_FileSystem_Dev* GetInterface(); |
}; |
} // namespace pepper |