| Index: third_party/WebKit/Source/core/dom/Attr.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Attr.h b/third_party/WebKit/Source/core/dom/Attr.h
|
| index 86815dda257e239bac75d4615284921bd9579b20..cd264535c556e78cc42eccd88a696d4ab66e6aab 100644
|
| --- a/third_party/WebKit/Source/core/dom/Attr.h
|
| +++ b/third_party/WebKit/Source/core/dom/Attr.h
|
| @@ -26,10 +26,10 @@
|
| #ifndef Attr_h
|
| #define Attr_h
|
|
|
| -#include "bindings/core/v8/TraceWrapperMember.h"
|
| #include "core/CoreExport.h"
|
| #include "core/dom/Node.h"
|
| #include "core/dom/QualifiedName.h"
|
| +#include "platform/bindings/TraceWrapperMember.h"
|
|
|
| namespace blink {
|
|
|
|
|