Index: third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.h |
diff --git a/third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.h b/third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.h |
index 4a6c435a9057060ce7492d79305bfa4bb5ff92c6..2753d2b2f8412feeafa93765d36c10e7877c0d86 100644 |
--- a/third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.h |
+++ b/third_party/WebKit/Source/platform/scheduler/test/fake_web_task_runner.h |
@@ -25,8 +25,6 @@ class FakeWebTaskRunner : public WebTaskRunner { |
void setTime(double new_time); |
// WebTaskRunner implementation: |
- void postTask(const WebTraceLocation&, Task*) override; |
- void postDelayedTask(const WebTraceLocation&, Task*, double) override; |
void postDelayedTask(const WebTraceLocation&, |
const base::Closure&, |
double) override; |