| Index: third_party/WebKit/Source/core/editing/PositionWithAffinity.h
|
| diff --git a/third_party/WebKit/Source/core/editing/PositionWithAffinity.h b/third_party/WebKit/Source/core/editing/PositionWithAffinity.h
|
| index 643910f62adc528ea8c2ef7669c8e1b204718eef..115354c8dd574ebfa5dbf2ff782b44318bab3eed 100644
|
| --- a/third_party/WebKit/Source/core/editing/PositionWithAffinity.h
|
| +++ b/third_party/WebKit/Source/core/editing/PositionWithAffinity.h
|
| @@ -5,10 +5,10 @@
|
| #ifndef PositionWithAffinity_h
|
| #define PositionWithAffinity_h
|
|
|
| +#include <iosfwd>
|
| #include "core/CoreExport.h"
|
| #include "core/editing/Position.h"
|
| #include "core/editing/TextAffinity.h"
|
| -#include <iosfwd>
|
|
|
| namespace blink {
|
|
|
|
|