| Index: third_party/WebKit/Source/platform/threading/BackgroundTaskRunner.h
|
| diff --git a/third_party/WebKit/Source/platform/threading/BackgroundTaskRunner.h b/third_party/WebKit/Source/platform/threading/BackgroundTaskRunner.h
|
| index b739d1b4814d5897b297700e15079a33cb7a69a9..63dc4108c065f194d2a3cca843f1358a5cb566eb 100644
|
| --- a/third_party/WebKit/Source/platform/threading/BackgroundTaskRunner.h
|
| +++ b/third_party/WebKit/Source/platform/threading/BackgroundTaskRunner.h
|
| @@ -6,10 +6,11 @@
|
| #define BackgroundTaskRunner_h
|
|
|
| #include "platform/PlatformExport.h"
|
| -#include "public/platform/WebTraceLocation.h"
|
| #include "wtf/Functional.h"
|
|
|
| namespace blink {
|
| +
|
| +class WebTraceLocation;
|
|
|
| namespace BackgroundTaskRunner {
|
|
|
|
|