| Index: Source/core/editing/VisibleUnits.h
|
| diff --git a/Source/core/editing/VisibleUnits.h b/Source/core/editing/VisibleUnits.h
|
| index c1be80f1f14fc2092c7773db43f9fdbbe946d40b..1c7ea12170996d3bdcd4b03cfc622d591fdb5aec 100644
|
| --- a/Source/core/editing/VisibleUnits.h
|
| +++ b/Source/core/editing/VisibleUnits.h
|
| @@ -28,13 +28,13 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/editing/EditingBoundary.h"
|
| +#include "core/editing/PositionWithAffinity.h"
|
| #include "platform/text/TextDirection.h"
|
|
|
| namespace blink {
|
|
|
| class LayoutRect;
|
| class LayoutUnit;
|
| -class PositionWithAffinity;
|
| class LayoutObject;
|
| class Node;
|
| class VisiblePosition;
|
|
|