Index: webkit/plugins/ppapi/ppb_file_ref_impl.cc |
=================================================================== |
--- webkit/plugins/ppapi/ppb_file_ref_impl.cc (revision 91228) |
+++ webkit/plugins/ppapi/ppb_file_ref_impl.cc (working copy) |
@@ -104,7 +104,7 @@ |
return this; |
} |
-PP_FileSystemType_Dev PPB_FileRef_Impl::GetFileSystemType() const { |
+PP_FileSystemType PPB_FileRef_Impl::GetFileSystemType() const { |
// When the file ref exists but there's no explicit filesystem object |
// associated with it, that means it's an "external" filesystem. |
if (!file_system_) |