| Index: content/browser/web_contents/web_contents_impl_unittest.cc
|
| ===================================================================
|
| --- content/browser/web_contents/web_contents_impl_unittest.cc (revision 238504)
|
| +++ content/browser/web_contents/web_contents_impl_unittest.cc (working copy)
|
| @@ -183,7 +183,7 @@
|
| virtual RenderViewHost* CreateRenderViewHost() OVERRIDE {
|
| return new TestRenderViewHost(
|
| SiteInstance::Create(web_contents()->GetBrowserContext()),
|
| - this, this, MSG_ROUTING_NONE, MSG_ROUTING_NONE, false);
|
| + this, this, this, MSG_ROUTING_NONE, MSG_ROUTING_NONE, false);
|
| }
|
|
|
| virtual WebContentsView* CreateWebContentsView() OVERRIDE {
|
|
|