diff options
author | michaeln@chromium.org <michaeln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-14 00:44:08 +0000 |
---|---|---|
committer | michaeln@chromium.org <michaeln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-14 00:44:08 +0000 |
commit | 2687ad7d62c737430aa780f9db9a0a166931a735 (patch) | |
tree | 5e5a5eb1a62948713721241ebf87bbd0690ac341 /webkit/fileapi/file_system_callback_dispatcher.h | |
parent | 1dfff5c058db41e3b2caa74159ee7ed458bc9d69 (diff) | |
download | chromium_src-2687ad7d62c737430aa780f9db9a0a166931a735.zip chromium_src-2687ad7d62c737430aa780f9db9a0a166931a735.tar.gz chromium_src-2687ad7d62c737430aa780f9db9a0a166931a735.tar.bz2 |
SimpleFileWriter for test_shell and DRT.
BUG=none
TEST=manual
Review URL: http://codereview.chromium.org/3683004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62486 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/fileapi/file_system_callback_dispatcher.h')
-rw-r--r-- | webkit/fileapi/file_system_callback_dispatcher.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/fileapi/file_system_callback_dispatcher.h b/webkit/fileapi/file_system_callback_dispatcher.h index e33dd69..ea7c442 100644 --- a/webkit/fileapi/file_system_callback_dispatcher.h +++ b/webkit/fileapi/file_system_callback_dispatcher.h @@ -16,6 +16,8 @@ namespace fileapi { // but uses chromium types. class FileSystemCallbackDispatcher { public: + virtual ~FileSystemCallbackDispatcher() {} + // Callback for various operations that don't require return values. virtual void DidSucceed() = 0; |