| Index: content/browser/renderer_host/render_widget_host.h
|
| diff --git a/content/browser/renderer_host/render_widget_host.h b/content/browser/renderer_host/render_widget_host.h
|
| index c196cee07bfc254494a869e68132733934e4910d..c282cc31102134c5cb2f73fc7d4186a377c50fb0 100644
|
| --- a/content/browser/renderer_host/render_widget_host.h
|
| +++ b/content/browser/renderer_host/render_widget_host.h
|
| @@ -178,10 +178,10 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Channel::Listener,
|
| virtual bool IsRenderView() const;
|
|
|
| // IPC::Channel::Listener
|
| - virtual bool OnMessageReceived(const IPC::Message& msg);
|
| + virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
|
|
|
| // Sends a message to the corresponding object in the renderer.
|
| - virtual bool Send(IPC::Message* msg);
|
| + virtual bool Send(IPC::Message* msg) OVERRIDE;
|
|
|
| // Called to notify the RenderWidget that it has been hidden or restored from
|
| // having been hidden.
|
|
|