| Index: Source/core/dom/RangeBoundaryPoint.h
|
| diff --git a/Source/core/dom/RangeBoundaryPoint.h b/Source/core/dom/RangeBoundaryPoint.h
|
| index 117bc93579b82e2943ccf7d40f8a72da9da8d4c5..e868452f66cc577195f8899cf665989aa1b9a0c6 100644
|
| --- a/Source/core/dom/RangeBoundaryPoint.h
|
| +++ b/Source/core/dom/RangeBoundaryPoint.h
|
| @@ -26,8 +26,8 @@
|
| #ifndef RangeBoundaryPoint_h
|
| #define RangeBoundaryPoint_h
|
|
|
| -#include "Node.h"
|
| -#include "Position.h"
|
| +#include "core/dom/Node.h"
|
| +#include "core/dom/Position.h"
|
|
|
| namespace WebCore {
|
|
|
|
|