| Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementDescriptor.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementDescriptor.h b/third_party/WebKit/Source/core/dom/custom/V0CustomElementDescriptor.h
|
| index e5c1654aeb88c2431f16eae77a88b0bf077d3926..62b387b740a230b8a2353878ea4dd5a52d51808a 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementDescriptor.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementDescriptor.h
|
| @@ -32,8 +32,8 @@
|
| #define V0CustomElementDescriptor_h
|
|
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/HashTableDeletedValueType.h"
|
| -#include "wtf/text/AtomicString.h"
|
| +#include "platform/wtf/HashTableDeletedValueType.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|