| Index: third_party/WebKit/Source/platform/scheduler/child/web_task_runner_impl.h
|
| diff --git a/third_party/WebKit/Source/platform/scheduler/child/web_task_runner_impl.h b/third_party/WebKit/Source/platform/scheduler/child/web_task_runner_impl.h
|
| index 722b941a047b4f0f09c34d2fbbb61a692da07764..a62de61fd8ae266d88da38a7d00cfc90a4319735 100644
|
| --- a/third_party/WebKit/Source/platform/scheduler/child/web_task_runner_impl.h
|
| +++ b/third_party/WebKit/Source/platform/scheduler/child/web_task_runner_impl.h
|
| @@ -11,14 +11,14 @@
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/time/time.h"
|
| +#include "platform/PlatformExport.h"
|
| #include "platform/WebTaskRunner.h"
|
| -#include "public/platform/WebCommon.h"
|
|
|
| namespace blink {
|
| namespace scheduler {
|
| class TaskQueue;
|
|
|
| -class BLINK_PLATFORM_EXPORT WebTaskRunnerImpl : public WebTaskRunner {
|
| +class PLATFORM_EXPORT WebTaskRunnerImpl : public WebTaskRunner {
|
| public:
|
| static RefPtr<WebTaskRunnerImpl> Create(scoped_refptr<TaskQueue> task_queue);
|
|
|
|
|