| Index: third_party/WebKit/Source/core/editing/VisiblePosition.h
|
| diff --git a/third_party/WebKit/Source/core/editing/VisiblePosition.h b/third_party/WebKit/Source/core/editing/VisiblePosition.h
|
| index 33caac8ab852bb13c88e18a9b3c2fab5a1be7568..b2f37a71e43b09b2a8779b530665980cdb432189 100644
|
| --- a/third_party/WebKit/Source/core/editing/VisiblePosition.h
|
| +++ b/third_party/WebKit/Source/core/editing/VisiblePosition.h
|
| @@ -26,11 +26,11 @@
|
| #ifndef VisiblePosition_h
|
| #define VisiblePosition_h
|
|
|
| +#include <iosfwd>
|
| #include "core/CoreExport.h"
|
| #include "core/editing/PositionWithAffinity.h"
|
| #include "core/editing/TextAffinity.h"
|
| #include "platform/heap/Handle.h"
|
| -#include <iosfwd>
|
|
|
| namespace blink {
|
|
|
|
|