| Index: third_party/WebKit/Source/core/xml/XPathValue.cpp
|
| diff --git a/third_party/WebKit/Source/core/xml/XPathValue.cpp b/third_party/WebKit/Source/core/xml/XPathValue.cpp
|
| index 7eba21d7d050e4d4556806b4a291742f71d05e8d..1c1c8897ea9c9796ee62d07f7d9bd0810d9de665 100644
|
| --- a/third_party/WebKit/Source/core/xml/XPathValue.cpp
|
| +++ b/third_party/WebKit/Source/core/xml/XPathValue.cpp
|
| @@ -26,11 +26,11 @@
|
|
|
| #include "core/xml/XPathValue.h"
|
|
|
| +#include <limits>
|
| #include "core/xml/XPathExpressionNode.h"
|
| #include "core/xml/XPathUtil.h"
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/StdLibExtras.h"
|
| -#include <limits>
|
| +#include "platform/wtf/MathExtras.h"
|
| +#include "platform/wtf/StdLibExtras.h"
|
|
|
| namespace blink {
|
| namespace XPath {
|
|
|