diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-01 05:45:00 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-01 05:45:00 +0000 |
commit | 7bf84bbe1bb130c315c9ab9bbf1ff69772e50be8 (patch) | |
tree | 087d227c298d60de1ab58f9ffe5c08b7a89cd564 /webkit/plugins/ppapi/ppb_file_system_impl.h | |
parent | 043402d8a4638f08426bf9122e32cf57a52400ae (diff) | |
download | chromium_src-7bf84bbe1bb130c315c9ab9bbf1ff69772e50be8.zip chromium_src-7bf84bbe1bb130c315c9ab9bbf1ff69772e50be8.tar.gz chromium_src-7bf84bbe1bb130c315c9ab9bbf1ff69772e50be8.tar.bz2 |
Revert 87419 - Add some missing virtual keywords to fix the clang build.
TEST+it compiles
BUG=none
Review URL: http://codereview.chromium.org/7027021
TBR=brettw@chromium.org
Review URL: http://codereview.chromium.org/7105011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87436 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/plugins/ppapi/ppb_file_system_impl.h')
-rw-r--r-- | webkit/plugins/ppapi/ppb_file_system_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/plugins/ppapi/ppb_file_system_impl.h b/webkit/plugins/ppapi/ppb_file_system_impl.h index 73f9019..7ebb86d 100644 --- a/webkit/plugins/ppapi/ppb_file_system_impl.h +++ b/webkit/plugins/ppapi/ppb_file_system_impl.h @@ -23,7 +23,7 @@ class PPB_FileSystem_Impl : public Resource, public ::ppapi::thunk::PPB_FileSystem_API { public: PPB_FileSystem_Impl(PluginInstance* instance, PP_FileSystemType_Dev type); - virtual ~PPB_FileSystem_Impl(); + ~PPB_FileSystem_Impl(); static PP_Resource Create(PP_Instance instance, PP_FileSystemType_Dev type); |