| Index: content/child/worker_task_runner.h
|
| diff --git a/content/child/worker_task_runner.h b/content/child/worker_task_runner.h
|
| index 8e9ff28462833f1b362146567e584f3d5e4e1c02..2df0185dc1e3e0a8986b232ca47af02d39996f7f 100644
|
| --- a/content/child/worker_task_runner.h
|
| +++ b/content/child/worker_task_runner.h
|
| @@ -13,7 +13,6 @@
|
| #include "base/threading/platform_thread.h"
|
| #include "base/threading/thread_local.h"
|
| #include "content/common/content_export.h"
|
| -#include "third_party/WebKit/public/platform/WebWorkerRunLoop.h"
|
|
|
| namespace base {
|
| class TaskRunner;
|
| @@ -41,8 +40,8 @@ class CONTENT_EXPORT WorkerTaskRunner {
|
| void AddStopObserver(Observer* observer);
|
| void RemoveStopObserver(Observer* observer);
|
|
|
| - void OnWorkerRunLoopStarted(const blink::WebWorkerRunLoop& loop);
|
| - void OnWorkerRunLoopStopped(const blink::WebWorkerRunLoop& loop);
|
| + void OnWorkerRunLoopStarted();
|
| + void OnWorkerRunLoopStopped();
|
|
|
| base::TaskRunner* GetTaskRunnerFor(int worker_id);
|
|
|
|
|