Chromium Code Reviews| Index: ppapi/thunk/ppb_file_ref_api.h |
| =================================================================== |
| --- ppapi/thunk/ppb_file_ref_api.h (revision 90483) |
| +++ ppapi/thunk/ppb_file_ref_api.h (working copy) |
| @@ -12,6 +12,8 @@ |
| class PPB_FileRef_API { |
| public: |
| + virtual ~PPB_FileRef_API() {} |
| + |
| virtual PP_FileSystemType_Dev GetFileSystemType() const = 0; |
| virtual PP_Var GetName() const = 0; |
| virtual PP_Var GetPath() const = 0; |