| Index: third_party/WebKit/Source/core/dom/StaticNodeList.h
|
| diff --git a/third_party/WebKit/Source/core/dom/StaticNodeList.h b/third_party/WebKit/Source/core/dom/StaticNodeList.h
|
| index 4c7e1033ccc9c1943a2b07eea8b3dddf6a7290b4..31a51c01defc8d7f6ed96994b0068949a25cb03e 100644
|
| --- a/third_party/WebKit/Source/core/dom/StaticNodeList.h
|
| +++ b/third_party/WebKit/Source/core/dom/StaticNodeList.h
|
| @@ -31,7 +31,7 @@
|
|
|
| #include "bindings/core/v8/TraceWrapperMember.h"
|
| #include "core/dom/NodeList.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|