| Index: third_party/WebKit/Source/core/editing/SelectionTemplate.h
|
| diff --git a/third_party/WebKit/Source/core/editing/SelectionTemplate.h b/third_party/WebKit/Source/core/editing/SelectionTemplate.h
|
| index ae04d0d868cca37eca1b86650335516d362bb355..c1d8263bdd91623a4b8c4ad60c3440f9ec5969db 100644
|
| --- a/third_party/WebKit/Source/core/editing/SelectionTemplate.h
|
| +++ b/third_party/WebKit/Source/core/editing/SelectionTemplate.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef SelectionTemplate_h
|
| #define SelectionTemplate_h
|
|
|
| +#include <iosfwd>
|
| #include "base/macros.h"
|
| #include "core/CoreExport.h"
|
| #include "core/editing/EphemeralRange.h"
|
| @@ -13,7 +14,6 @@
|
| #include "core/editing/TextAffinity.h"
|
| #include "core/editing/TextGranularity.h"
|
| #include "wtf/Allocator.h"
|
| -#include <iosfwd>
|
|
|
| namespace blink {
|
|
|
|
|