| Index: content/common/file_system/file_system_dispatcher.h
|
| diff --git a/content/common/file_system/file_system_dispatcher.h b/content/common/file_system/file_system_dispatcher.h
|
| index b480ce8199ddfae99c2e071bca1d785a1c4b4d9b..fe01733537bd96a6ff5b5c98d2975e3b323817f2 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);
|
|
|