| Index: third_party/WebKit/public/platform/WebTaskRunner.h
|
| diff --git a/third_party/WebKit/public/platform/WebTaskRunner.h b/third_party/WebKit/public/platform/WebTaskRunner.h
|
| index 24e07e04f6d97d1974d7941775aea29b70bd24fe..2b4086360e2e2420d470518e9e866d56e8b33dea 100644
|
| --- a/third_party/WebKit/public/platform/WebTaskRunner.h
|
| +++ b/third_party/WebKit/public/platform/WebTaskRunner.h
|
| @@ -6,6 +6,7 @@
|
| #define WebTaskRunner_h
|
|
|
| #include "WebCommon.h"
|
| +#include "public/platform/WebTraceLocation.h"
|
|
|
| #ifdef INSIDE_BLINK
|
| #include "wtf/Functional.h"
|
| @@ -15,8 +16,6 @@
|
|
|
| namespace blink {
|
|
|
| -class WebTraceLocation;
|
| -
|
| // The blink representation of a chromium SingleThreadTaskRunner.
|
| class BLINK_PLATFORM_EXPORT WebTaskRunner {
|
| public:
|
|
|