| Index: third_party/WebKit/Source/core/dom/custom/CustomElementDescriptorHash.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementDescriptorHash.h b/third_party/WebKit/Source/core/dom/custom/CustomElementDescriptorHash.h
|
| index 04a0d53477a6e3025d73a6da58ccb814e8c6dc26..b6eede8499495f5e8a07852a540ede1fa1999193 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementDescriptorHash.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementDescriptorHash.h
|
| @@ -6,9 +6,9 @@
|
| #define CustomElementDescriptorHash_h
|
|
|
| #include "core/dom/custom/CustomElementDescriptor.h"
|
| -#include "wtf/HashFunctions.h"
|
| -#include "wtf/HashTraits.h"
|
| -#include "wtf/text/AtomicStringHash.h"
|
| +#include "platform/wtf/HashFunctions.h"
|
| +#include "platform/wtf/HashTraits.h"
|
| +#include "platform/wtf/text/AtomicStringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|