summaryrefslogtreecommitdiffstats
path: root/content/common/file_system/file_system_dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/file_system/file_system_dispatcher.h')
-rw-r--r--content/common/file_system/file_system_dispatcher.h2
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 fe01733..ee436d1 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,