| Index: third_party/WebKit/Source/core/dom/ElementData.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ElementData.cpp b/third_party/WebKit/Source/core/dom/ElementData.cpp
|
| index a0546e5b14114282deb3b54b9acb5a4bca9ad499..11c5af4d8316c6eb5fc694d279372099a0638261 100644
|
| --- a/third_party/WebKit/Source/core/dom/ElementData.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ElementData.cpp
|
| @@ -32,7 +32,7 @@
|
|
|
| #include "core/css/StylePropertySet.h"
|
| #include "core/dom/QualifiedName.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|