| Index: Source/core/editing/VisiblePosition.h
|
| diff --git a/Source/core/editing/VisiblePosition.h b/Source/core/editing/VisiblePosition.h
|
| index adb818647539df03c3af49a6f6890bede321a3d8..c40b22ebd50e54b22d76649061b73fc4fdf7c649 100644
|
| --- a/Source/core/editing/VisiblePosition.h
|
| +++ b/Source/core/editing/VisiblePosition.h
|
| @@ -26,7 +26,7 @@
|
| #ifndef VisiblePosition_h
|
| #define VisiblePosition_h
|
|
|
| -#include "Position.h"
|
| +#include "core/dom/Position.h"
|
| #include "core/editing/EditingBoundary.h"
|
| #include "core/platform/text/TextDirection.h"
|
|
|
|
|