| Index: third_party/WebKit/Source/core/dom/custom/CustomElementDefinitionBuilder.h
|
| diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementDefinitionBuilder.h b/third_party/WebKit/Source/core/dom/custom/CustomElementDefinitionBuilder.h
|
| index 5b8622739ae5298e39b68dd2e6a7cd5309f02390..202d984107f5ef2a729d5ab409e565b63c567b28 100644
|
| --- a/third_party/WebKit/Source/core/dom/custom/CustomElementDefinitionBuilder.h
|
| +++ b/third_party/WebKit/Source/core/dom/custom/CustomElementDefinitionBuilder.h
|
| @@ -6,8 +6,8 @@
|
| #define CustomElementDefinitionBuilder_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|