| Index: Source/core/editing/VisiblePosition.h
|
| diff --git a/Source/core/editing/VisiblePosition.h b/Source/core/editing/VisiblePosition.h
|
| index 6c3e93b3b60a4dd4b4faa079e073d45afe613cea..f48245089f7ae16fa95dc2cfef3af09c63444276 100644
|
| --- a/Source/core/editing/VisiblePosition.h
|
| +++ b/Source/core/editing/VisiblePosition.h
|
| @@ -28,7 +28,7 @@
|
|
|
| #include "core/dom/Position.h"
|
| #include "core/editing/EditingBoundary.h"
|
| -#include "core/platform/text/TextDirection.h"
|
| +#include "platform/text/TextDirection.h"
|
|
|
| namespace WebCore {
|
|
|
|
|