| Index: third_party/WebKit/Source/core/dom/custom/CustomElementRegistryTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementRegistryTest.cpp b/third_party/WebKit/Source/core/dom/custom/CustomElementRegistryTest.cpp
|
| index 50998e559532e42385a19bbb0ebac0eff5f63a9b..81643b530915f16b0ecc0e72acfaf0c463f26be7 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementRegistryTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementRegistryTest.cpp
|
| @@ -20,8 +20,8 @@
|
| #include "core/testing/DummyPageHolder.h"
|
| #include "platform/ScriptForbiddenScope.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|