| Index: content/common/child_process_host.h
|
| diff --git a/content/common/child_process_host.h b/content/common/child_process_host.h
|
| index 0c74fb930b77f771d7245ae3cf3d0f2212052a6d..148b2de88d5a1c0ca2f50eb729735621cd0684fc 100644
|
| --- a/content/common/child_process_host.h
|
| +++ b/content/common/child_process_host.h
|
| @@ -93,7 +93,7 @@ class CONTENT_EXPORT ChildProcessHost : public IPC::Channel::Listener,
|
| #endif // defined(OS_WIN)
|
|
|
| // IPC::Message::Sender implementation.
|
| - virtual bool Send(IPC::Message* message);
|
| + virtual bool Send(IPC::Message* message) OVERRIDE;
|
|
|
| // Adds an IPC message filter. A reference will be kept to the filter.
|
| void AddFilter(IPC::ChannelProxy::MessageFilter* filter);
|
|
|