diff options
Diffstat (limited to 'content/common/file_system/file_system_dispatcher.h')
-rw-r--r-- | content/common/file_system/file_system_dispatcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/file_system/file_system_dispatcher.h b/content/common/file_system/file_system_dispatcher.h index b480ce8..fe01733 100644 --- a/content/common/file_system/file_system_dispatcher.h +++ b/content/common/file_system/file_system_dispatcher.h @@ -30,7 +30,7 @@ class GURL; class FileSystemDispatcher : public IPC::Channel::Listener { public: FileSystemDispatcher(); - ~FileSystemDispatcher(); + virtual ~FileSystemDispatcher(); // IPC::Channel::Listener implementation. virtual bool OnMessageReceived(const IPC::Message& msg); |