| Index: third_party/WebKit/Source/core/dom/custom/CustomElementReactionStackTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStackTest.cpp b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStackTest.cpp
|
| index 11e2078923982f964c92265c3dd47ecea2fb5a00..e16a27975f28338ef1f5742950a516f4434d620b 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStackTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementReactionStackTest.cpp
|
| @@ -4,13 +4,13 @@
|
|
|
| #include "core/dom/custom/CustomElementReactionStack.h"
|
|
|
| +#include <initializer_list>
|
| +#include <vector>
|
| #include "core/dom/custom/CustomElementReaction.h"
|
| #include "core/dom/custom/CustomElementReactionTestHelpers.h"
|
| #include "core/dom/custom/CustomElementTestHelpers.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "wtf/text/AtomicString.h"
|
| -#include <initializer_list>
|
| -#include <vector>
|
|
|
| namespace blink {
|
|
|
|
|