| Index: third_party/WebKit/Source/core/xml/XPathFunctions.cpp
|
| diff --git a/third_party/WebKit/Source/core/xml/XPathFunctions.cpp b/third_party/WebKit/Source/core/xml/XPathFunctions.cpp
|
| index 93c74931d520bf38e515f92ecfb2e58538184ebb..6edc970cc6cf1f7ff3a78c6612ea5d0f12853f87 100644
|
| --- a/third_party/WebKit/Source/core/xml/XPathFunctions.cpp
|
| +++ b/third_party/WebKit/Source/core/xml/XPathFunctions.cpp
|
| @@ -34,8 +34,8 @@
|
| #include "core/dom/TreeScope.h"
|
| #include "core/xml/XPathUtil.h"
|
| #include "core/xml/XPathValue.h"
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/MathExtras.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
|
|
| #include <algorithm>
|
| #include <limits>
|
|
|