| Index: third_party/WebKit/Source/core/frame/DOMTimerCoordinator.h
|
| diff --git a/third_party/WebKit/Source/core/frame/DOMTimerCoordinator.h b/third_party/WebKit/Source/core/frame/DOMTimerCoordinator.h
|
| index b375d7f773b995aa28c5b7ec6a50611957e7de5b..272090a651efb3a44e518a16744940392e0db4be 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMTimerCoordinator.h
|
| +++ b/third_party/WebKit/Source/core/frame/DOMTimerCoordinator.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef DOMTimerCoordinator_h
|
| #define DOMTimerCoordinator_h
|
|
|
| +#include <memory>
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Noncopyable.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|