| Index: third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
|
| diff --git a/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h b/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
|
| index 3ff940f5610feab93e16ad486630043bf72f899d..d15176dc0dead87715ba29689b25106187b4e8cf 100644
|
| --- a/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
|
| +++ b/third_party/WebKit/Source/core/dom/TaskRunnerHelper.h
|
| @@ -6,8 +6,8 @@
|
| #define TaskRunnerHelper_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/HashTraits.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/HashTraits.h"
|
|
|
| namespace blink {
|
|
|
|
|