| Index: third_party/WebKit/Source/core/dom/Attribute.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Attribute.h b/third_party/WebKit/Source/core/dom/Attribute.h
|
| index 314b83df163bd6744a1b2aaee5b131cc6bb54a5d..beefc78c40ffe5dc6c02d07f21f93e5a5daa5db4 100644
|
| --- a/third_party/WebKit/Source/core/dom/Attribute.h
|
| +++ b/third_party/WebKit/Source/core/dom/Attribute.h
|
| @@ -27,7 +27,7 @@
|
| #define Attribute_h
|
|
|
| #include "core/dom/QualifiedName.h"
|
| -#include "wtf/Allocator.h"
|
| +#include "platform/wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
|
|