Chromium Code Reviews| Index: third_party/WebKit/Source/platform/WebTaskRunner.cpp |
| diff --git a/third_party/WebKit/Source/platform/WebTaskRunner.cpp b/third_party/WebKit/Source/platform/WebTaskRunner.cpp |
| index 548dbc9ac1d500a31170856fbe2966d1ce612059..93c8971a91edbf149e771a7e5d48cd60480d5f9b 100644 |
| --- a/third_party/WebKit/Source/platform/WebTaskRunner.cpp |
| +++ b/third_party/WebKit/Source/platform/WebTaskRunner.cpp |
| @@ -4,6 +4,8 @@ |
| #include "public/platform/WebTaskRunner.h" |
| +#include "base/single_thread_task_runner.h" |
| + |
| namespace blink { |
| void WebTaskRunner::postTask(const WebTraceLocation& location, |