| Index: third_party/WebKit/Source/core/dom/custom/CustomElementDescriptor.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementDescriptor.h b/third_party/WebKit/Source/core/dom/custom/CustomElementDescriptor.h
|
| index b56b70877336d4c25f5377f500830a471a24431a..f1b74af24ab6e3b69b795986b731f2cd6ed9fb80 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementDescriptor.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementDescriptor.h
|
| @@ -7,9 +7,9 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/dom/Element.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/HashTableDeletedValueType.h"
|
| -#include "wtf/text/AtomicString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/HashTableDeletedValueType.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|