| Index: third_party/WebKit/Source/core/dom/custom/CustomElementTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementTest.cpp b/third_party/WebKit/Source/core/dom/custom/CustomElementTest.cpp
|
| index 059e36cf9d57397f1496373d744d017747f4628c..cc27aba12ed491f5a3edb1c251c96bcf8a02a11e 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementTest.cpp
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "core/dom/custom/CustomElement.h"
|
|
|
| +#include <ios>
|
| +#include <memory>
|
| #include "core/HTMLNames.h"
|
| #include "core/SVGNames.h"
|
| #include "core/dom/Document.h"
|
| @@ -13,8 +15,6 @@
|
| #include "core/html/HTMLElement.h"
|
| #include "core/testing/DummyPageHolder.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include <ios>
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|