| Index: content/browser/mock_content_browser_client.cc
|
| ===================================================================
|
| --- content/browser/mock_content_browser_client.cc (revision 110571)
|
| +++ content/browser/mock_content_browser_client.cc (working copy)
|
| @@ -42,8 +42,8 @@
|
| RenderViewHost* render_view_host) {
|
| }
|
|
|
| -void MockContentBrowserClient::BrowserRenderProcessHostCreated(
|
| - BrowserRenderProcessHost* host) {
|
| +void MockContentBrowserClient::RenderProcessHostCreated(
|
| + RenderProcessHost* host) {
|
| }
|
|
|
| void MockContentBrowserClient::PluginProcessHostCreated(
|
|
|