Chromium Code Reviews| Index: Source/core/xml/XPathParser.h |
| diff --git a/Source/core/xml/XPathParser.h b/Source/core/xml/XPathParser.h |
| index e58c444e1d5281c07506a8c15d599a817edde4a6..30bfb4260bfe1a6545868c08db1a176eeb0b861c 100644 |
| --- a/Source/core/xml/XPathParser.h |
| +++ b/Source/core/xml/XPathParser.h |
| @@ -27,8 +27,8 @@ |
| #ifndef XPathParser_h |
| #define XPathParser_h |
| -#include "XPathStep.h" |
| -#include "XPathPredicate.h" |
| +#include "core/xml/XPathPredicate.h" |
| +#include "core/xml/XPathStep.h" |
| namespace WebCore { |