| Index: third_party/WebKit/Source/core/dom/custom/V0CustomElement.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/V0CustomElement.h b/third_party/WebKit/Source/core/dom/custom/V0CustomElement.h
|
| index f0de10db1e6feeb2352ee5c5db5c4081ee604630..1e0a4d9a45bcafe2fa474435d4d7839e45a199e7 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/V0CustomElement.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/V0CustomElement.h
|
| @@ -33,10 +33,10 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/dom/custom/V0CustomElementDefinition.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/AtomicString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|