| Index: third_party/WebKit/Source/core/dom/ExecutionContextTask.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ExecutionContextTask.h b/third_party/WebKit/Source/core/dom/ExecutionContextTask.h
|
| index 25cd6ade2943e51b86ff617f998ad3d9f8707abe..2d7f9861cdd42f49bdb24cd14a1138dcb257324f 100644
|
| --- a/third_party/WebKit/Source/core/dom/ExecutionContextTask.h
|
| +++ b/third_party/WebKit/Source/core/dom/ExecutionContextTask.h
|
| @@ -27,14 +27,14 @@
|
| #ifndef ExecutionContextTask_h
|
| #define ExecutionContextTask_h
|
|
|
| +#include <type_traits>
|
| #include "core/CoreExport.h"
|
| #include "platform/CrossThreadFunctional.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Functional.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include "wtf/text/WTFString.h"
|
| -#include <type_traits>
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Functional.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|