diff options
author | ericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-24 01:32:48 +0000 |
---|---|---|
committer | ericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-24 01:32:48 +0000 |
commit | fe641c8aa8e5471c85fccac181c8db3b9dfef2b5 (patch) | |
tree | dedb0abb206734ad56c675790e305abcba9b14c2 /webkit/fileapi/file_system_operation_context.cc | |
parent | 4ff51b75326cb2260c17310487230974a5a8655e (diff) | |
download | chromium_src-fe641c8aa8e5471c85fccac181c8db3b9dfef2b5.zip chromium_src-fe641c8aa8e5471c85fccac181c8db3b9dfef2b5.tar.gz chromium_src-fe641c8aa8e5471c85fccac181c8db3b9dfef2b5.tar.bz2 |
Proper build fix.
BUG=none
TEST=none
TBR=cmp
Review URL: http://codereview.chromium.org/6734001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79234 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/fileapi/file_system_operation_context.cc')
-rw-r--r-- | webkit/fileapi/file_system_operation_context.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/fileapi/file_system_operation_context.cc b/webkit/fileapi/file_system_operation_context.cc index 1a57137..9e5d374 100644 --- a/webkit/fileapi/file_system_operation_context.cc +++ b/webkit/fileapi/file_system_operation_context.cc @@ -18,4 +18,7 @@ FileSystemOperationContext::FileSystemOperationContext( dest_type_(kFileSystemTypeUnknown) { } +FileSystemOperationContext::~FileSystemOperationContext() { +} + } // namespace fileapi |