| Index: third_party/WebKit/Source/core/xml/XPathExpressionNode.h
|
| diff --git a/third_party/WebKit/Source/core/xml/XPathExpressionNode.h b/third_party/WebKit/Source/core/xml/XPathExpressionNode.h
|
| index 24d0785326e28a47a53954485be8f01274d649f5..3fae436834d51898915e1afd9fecb40c622b030a 100644
|
| --- a/third_party/WebKit/Source/core/xml/XPathExpressionNode.h
|
| +++ b/third_party/WebKit/Source/core/xml/XPathExpressionNode.h
|
| @@ -30,9 +30,9 @@
|
| #include "core/CoreExport.h"
|
| #include "core/dom/Node.h"
|
| #include "core/xml/XPathValue.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/StringHash.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/StringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|