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 61b4f455802da021a16bb97614efc61db01fa3e2..8721013c6d933abe84cc4aea297d37d0e776dd22 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 { |
| // This class holds a reference to a TaskHandle to keep it alive while a task is |