| 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 a8a10440371a75386204694e94be4bea33adc6ba..5484f22c7a8f54462ddb235e0e2bd5153790bf7c 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 {
 | 
|  
 | 
| 
 |