| Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementDescriptorHash.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementDescriptorHash.h b/third_party/WebKit/Source/core/dom/custom/V0CustomElementDescriptorHash.h
|
| index b4ea6153fa41bebbfb9b43b5223f97676f940f7f..e2b072a1cf77841a05954b73d22862f419c72d32 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementDescriptorHash.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementDescriptorHash.h
|
| @@ -32,10 +32,10 @@
|
| #define V0CustomElementDescriptorHash_h
|
|
|
| #include "core/dom/custom/V0CustomElementDescriptor.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/HashFunctions.h"
|
| -#include "wtf/HashTraits.h"
|
| -#include "wtf/text/AtomicStringHash.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/HashFunctions.h"
|
| +#include "platform/wtf/HashTraits.h"
|
| +#include "platform/wtf/text/AtomicStringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|