Index: content/browser/file_system/file_system_dispatcher_host.h |
diff --git a/content/browser/file_system/file_system_dispatcher_host.h b/content/browser/file_system/file_system_dispatcher_host.h |
index 48867d5e1aab401cb6003fff06a983e9d3f5827f..ee7dac771e35eb78e251a562bd6446656d3b7e6c 100644 |
--- a/content/browser/file_system/file_system_dispatcher_host.h |
+++ b/content/browser/file_system/file_system_dispatcher_host.h |
@@ -42,7 +42,7 @@ class FileSystemDispatcherHost : public BrowserMessageFilter { |
// Used by the worker, since it has the context handy already. |
FileSystemDispatcherHost(net::URLRequestContext* request_context, |
fileapi::FileSystemContext* file_system_context); |
- ~FileSystemDispatcherHost(); |
+ virtual ~FileSystemDispatcherHost(); |
// BrowserMessageFilter implementation. |
virtual void OnChannelConnected(int32 peer_pid); |