| 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 e434ec88be4f111db26fc917e5073f7d02ad5bfb..a95abded7e1d6c6a082260dd1d0ede3240a5a7ab 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 "platform/wtf/Functional.h"
|
| +#include "platform/wtf/Noncopyable.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 {
|
|
|
|
|