Chromium Code Reviews| Index: Source/core/dom/PositionIterator.h |
| diff --git a/Source/core/dom/PositionIterator.h b/Source/core/dom/PositionIterator.h |
| index 7af8977591d16c297931890ebd1ae069c2d47f36..2457abaa217cb86fe4f9d9e59a8ddc2ad24e002c 100644 |
| --- a/Source/core/dom/PositionIterator.h |
| +++ b/Source/core/dom/PositionIterator.h |
| @@ -26,8 +26,8 @@ |
| #ifndef PositionIterator_h |
| #define PositionIterator_h |
| -#include "Node.h" |
| -#include "Position.h" |
| +#include "core/dom/Node.h" |
| +#include "core/dom/Position.h" |
| namespace WebCore { |