Index: content/child/worker_task_runner_unittest.cc |
diff --git a/content/child/worker_task_runner_unittest.cc b/content/child/worker_task_runner_unittest.cc |
index ca231d1395e15eb440c8cda94e8f9162ca3ab9fb..20eddfb9c4755e7206f26baee307af71ef254211 100644 |
--- a/content/child/worker_task_runner_unittest.cc |
+++ b/content/child/worker_task_runner_unittest.cc |
@@ -14,10 +14,10 @@ namespace content { |
class WorkerTaskRunnerTest : public testing::Test { |
public: |
void FakeStart() { |
- task_runner_.OnWorkerRunLoopStarted(blink::WebWorkerRunLoop()); |
+ task_runner_.OnWorkerRunLoopStarted(); |
} |
void FakeStop() { |
- task_runner_.OnWorkerRunLoopStopped(blink::WebWorkerRunLoop()); |
+ task_runner_.OnWorkerRunLoopStopped(); |
} |
WorkerTaskRunner task_runner_; |