| 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 a1fac6641d92dfd8199eef3d33d63a279015fb42..baeca00aefb84c78bfdebffee209a7dbf8fa593b 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
|
| @@ -68,8 +68,8 @@ void LayoutTestContentBrowserClient::RenderProcessWillLaunch(
|
| partition->GetQuotaManager(),
|
| partition->GetURLRequestContext()));
|
|
|
| - host->GetServiceRegistry()->AddService(base::Bind(
|
| - &LayoutTestBluetoothFakeAdapterSetterImpl::Create, host->GetID()));
|
| + host->GetServiceRegistry()->AddService(
|
| + base::Bind(&LayoutTestBluetoothFakeAdapterSetterImpl::Create));
|
|
|
| host->Send(new ShellViewMsg_SetWebKitSourceDir(GetWebKitRootDirFilePath()));
|
| }
|
|
|