| Index: content/public/test/mock_render_process_host.h
|
| diff --git a/content/public/test/mock_render_process_host.h b/content/public/test/mock_render_process_host.h
|
| index ca05b22b38df8d7813952d87673d615bcd228ae8..648f697fa2ae0dd5a2259bedf8c439d9ba121b14 100644
|
| --- a/content/public/test/mock_render_process_host.h
|
| +++ b/content/public/test/mock_render_process_host.h
|
| @@ -72,10 +72,10 @@ class MockRenderProcessHost : public RenderProcessHost {
|
| virtual base::TimeDelta GetChildProcessIdleTime() const OVERRIDE;
|
| virtual void SurfaceUpdated(int32 surface_id) OVERRIDE;
|
|
|
| - // IPC::Channel::Sender via RenderProcessHost.
|
| + // IPC::Sender via RenderProcessHost.
|
| virtual bool Send(IPC::Message* msg) OVERRIDE;
|
|
|
| - // IPC::Channel::Listener via RenderProcessHost.
|
| + // IPC::Listener via RenderProcessHost.
|
| virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
|
| virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
|
|
|
|
|