| 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 fe01733537bd96a6ff5b5c98d2975e3b323817f2..ee436d1e5fb86b0e9fc2e5da568ed761dcc08691 100644
|
| --- a/content/common/file_system/file_system_dispatcher.h
|
| +++ b/content/common/file_system/file_system_dispatcher.h
|
| @@ -33,7 +33,7 @@ class FileSystemDispatcher : public IPC::Channel::Listener {
|
| virtual ~FileSystemDispatcher();
|
|
|
| // IPC::Channel::Listener implementation.
|
| - virtual bool OnMessageReceived(const IPC::Message& msg);
|
| + virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
|
|
|
| bool OpenFileSystem(const GURL& origin_url,
|
| fileapi::FileSystemType type,
|
|
|