| Index: third_party/WebKit/Source/core/dom/TreeScope.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/TreeScope.cpp b/third_party/WebKit/Source/core/dom/TreeScope.cpp
|
| index f71ab868dcb64bad18fb41ce1b650934f399941a..1ff275eed471ad478ee8e95376070a449b8bae1f 100644
|
| --- a/third_party/WebKit/Source/core/dom/TreeScope.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/TreeScope.cpp
|
| @@ -51,7 +51,7 @@
|
| #include "core/page/Page.h"
|
| #include "core/svg/SVGTreeScopeResources.h"
|
| #include "platform/ScriptForbiddenScope.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|