| Index: third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.h b/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.h
|
| index d8c65c1929667d6f86343db134ade915ed5aa678..be51cd72097f2ee2f898f39511834eb3be4f8b21 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElementRegistry.h
|
| @@ -35,10 +35,10 @@
|
| #include "core/dom/custom/V0CustomElementDefinition.h"
|
| #include "core/dom/custom/V0CustomElementDescriptor.h"
|
| #include "core/dom/custom/V0CustomElementDescriptorHash.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/text/AtomicString.h"
|
| -#include "wtf/text/AtomicStringHash.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/HashSet.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
| +#include "platform/wtf/text/AtomicStringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|