| Index: third_party/WebKit/Source/core/dom/custom/CustomElementDescriptorTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementDescriptorTest.cpp b/third_party/WebKit/Source/core/dom/custom/CustomElementDescriptorTest.cpp
|
| index 6a7000b8fbac76fa36945e5acabb49697b1f86b9..671e8d09cec15f00b0b7fdf5c095dfc63cdf59b1 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementDescriptorTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementDescriptorTest.cpp
|
| @@ -6,9 +6,9 @@
|
|
|
| #include "core/dom/custom/CustomElementDescriptorHash.h"
|
| #include "core/dom/custom/CustomElementTestHelpers.h"
|
| +#include "platform/wtf/HashSet.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|