| 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 63dc4108c065f194d2a3cca843f1358a5cb566eb..b739d1b4814d5897b297700e15079a33cb7a69a9 100644
|
| --- a/third_party/WebKit/Source/platform/threading/BackgroundTaskRunner.h
|
| +++ b/third_party/WebKit/Source/platform/threading/BackgroundTaskRunner.h
|
| @@ -6,12 +6,11 @@
|
| #define BackgroundTaskRunner_h
|
|
|
| #include "platform/PlatformExport.h"
|
| +#include "public/platform/WebTraceLocation.h"
|
| #include "wtf/Functional.h"
|
|
|
| namespace blink {
|
|
|
| -class WebTraceLocation;
|
| -
|
| namespace BackgroundTaskRunner {
|
|
|
| enum TaskSize {
|
|
|