Index: content/browser/renderer_host/render_process_host_impl.h |
=================================================================== |
--- content/browser/renderer_host/render_process_host_impl.h (revision 127584) |
+++ content/browser/renderer_host/render_process_host_impl.h (working copy) |
@@ -95,7 +95,7 @@ |
// IPC::Channel::Listener via RenderProcessHost. |
virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE; |
virtual void OnChannelConnected(int32 peer_pid) OVERRIDE; |
- virtual enum foo OnChannelError() OVERRIDE; |
+ virtual void OnChannelError() OVERRIDE; |
// ChildProcessLauncher::Client implementation. |
virtual void OnProcessLaunched() OVERRIDE; |