| 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 2b4086360e2e2420d470518e9e866d56e8b33dea..24e07e04f6d97d1974d7941775aea29b70bd24fe 100644
|
| --- a/third_party/WebKit/public/platform/WebTaskRunner.h
|
| +++ b/third_party/WebKit/public/platform/WebTaskRunner.h
|
| @@ -6,7 +6,6 @@
|
| #define WebTaskRunner_h
|
|
|
| #include "WebCommon.h"
|
| -#include "public/platform/WebTraceLocation.h"
|
|
|
| #ifdef INSIDE_BLINK
|
| #include "wtf/Functional.h"
|
| @@ -15,6 +14,8 @@
|
| #endif
|
|
|
| namespace blink {
|
| +
|
| +class WebTraceLocation;
|
|
|
| // The blink representation of a chromium SingleThreadTaskRunner.
|
| class BLINK_PLATFORM_EXPORT WebTaskRunner {
|
|
|