| Index: third_party/WebKit/Source/core/xml/XPathUtil.cpp
|
| diff --git a/third_party/WebKit/Source/core/xml/XPathUtil.cpp b/third_party/WebKit/Source/core/xml/XPathUtil.cpp
|
| index 12891f371b49e91761a45cd20abd7dc95cc9c180..c6ac519eb79cca5f424048aff4d3344588aca9d1 100644
|
| --- a/third_party/WebKit/Source/core/xml/XPathUtil.cpp
|
| +++ b/third_party/WebKit/Source/core/xml/XPathUtil.cpp
|
| @@ -28,7 +28,7 @@
|
|
|
| #include "core/dom/ContainerNode.h"
|
| #include "core/dom/NodeTraversal.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
|
|
| namespace blink {
|
| namespace XPath {
|
|
|