| Index: third_party/WebKit/Source/core/dom/ContainerNode.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ContainerNode.h b/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| index f31523156850ea375a6585f57e5179ff83f410d8..872f040edbb3a12ed2e365d624cef76ee68cf1f5 100644
|
| --- a/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| +++ b/third_party/WebKit/Source/core/dom/ContainerNode.h
|
| @@ -30,8 +30,8 @@
|
| #include "core/CoreExport.h"
|
| #include "core/dom/Node.h"
|
| #include "core/html/CollectionType.h"
|
| +#include "platform/wtf/Vector.h"
|
| #include "public/platform/WebFocusType.h"
|
| -#include "wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|