Index: content/shell/browser/layout_test/layout_test_content_browser_client.cc |
diff --git a/content/shell/browser/layout_test/layout_test_content_browser_client.cc b/content/shell/browser/layout_test/layout_test_content_browser_client.cc |
index 2b0d950007c8df819b4866ffb3a7e5671c7782ad..25425570f0e9857587af895059060156d6912554 100644 |
--- a/content/shell/browser/layout_test/layout_test_content_browser_client.cc |
+++ b/content/shell/browser/layout_test/layout_test_content_browser_client.cc |
@@ -69,7 +69,7 @@ void LayoutTestContentBrowserClient::RenderProcessWillLaunch( |
partition->GetURLRequestContext())); |
host->GetInterfaceRegistry()->AddInterface(base::Bind( |
- &LayoutTestBluetoothFakeAdapterSetterImpl::Create, host->GetID())); |
+ &LayoutTestBluetoothFakeAdapterSetterImpl::Create)); |
host->Send(new ShellViewMsg_SetWebKitSourceDir(GetWebKitRootDirFilePath())); |
} |