| Index: content/browser/service_worker/embedded_worker_test_helper.cc
|
| diff --git a/content/browser/service_worker/embedded_worker_test_helper.cc b/content/browser/service_worker/embedded_worker_test_helper.cc
|
| index fbfc45490c1ae4782ac71b1c236b0e5291268262..d58ada385f42fcaab935a8080c337a63bb074211 100644
|
| --- a/content/browser/service_worker/embedded_worker_test_helper.cc
|
| +++ b/content/browser/service_worker/embedded_worker_test_helper.cc
|
| @@ -27,7 +27,6 @@ EmbeddedWorkerTestHelper::EmbeddedWorkerTestHelper(int mock_render_process_id)
|
| new MockServiceWorkerDatabaseTaskManager(
|
| base::MessageLoopProxy::current()));
|
| wrapper_->InitInternal(base::FilePath(),
|
| - base::MessageLoopProxy::current(),
|
| database_task_manager.Pass(),
|
| base::MessageLoopProxy::current(),
|
| NULL,
|
|
|