| Index: third_party/WebKit/Source/core/dom/IncrementLoadEventDelayCount.h
|
| diff --git a/third_party/WebKit/Source/core/dom/IncrementLoadEventDelayCount.h b/third_party/WebKit/Source/core/dom/IncrementLoadEventDelayCount.h
|
| index 14719e2519c01dad23011a9b354b8d3755045adb..dc32d6542f9205ee221a2fad89437776ddf9aa71 100644
|
| --- a/third_party/WebKit/Source/core/dom/IncrementLoadEventDelayCount.h
|
| +++ b/third_party/WebKit/Source/core/dom/IncrementLoadEventDelayCount.h
|
| @@ -5,10 +5,10 @@
|
| #ifndef IncrementLoadEventDelayCount_h
|
| #define IncrementLoadEventDelayCount_h
|
|
|
| -#include "platform/heap/Handle.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| #include <memory>
|
| +#include "platform/heap/Handle.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|