| Index: third_party/WebKit/Source/core/dom/custom/CustomElementReactionTestHelpers.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionTestHelpers.h b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionTestHelpers.h
|
| index c652c974f073dee3de0e584bb6e0b4222d2a5646..33513a131421a6d008997c22291c65e4194d8f77 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionTestHelpers.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionTestHelpers.h
|
| @@ -4,15 +4,15 @@
|
|
|
| #include "core/dom/custom/CustomElementReaction.h"
|
|
|
| +#include <initializer_list>
|
| +#include <memory>
|
| +#include <vector>
|
| #include "core/dom/custom/CustomElementReactionQueue.h"
|
| #include "core/dom/custom/CustomElementReactionStack.h"
|
| #include "platform/heap/Handle.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "wtf/Functional.h"
|
| #include "wtf/Noncopyable.h"
|
| -#include <initializer_list>
|
| -#include <memory>
|
| -#include <vector>
|
|
|
| namespace blink {
|
|
|
|
|