| Index: third_party/WebKit/Source/core/editing/serializers/TextOffset.h
|
| diff --git a/third_party/WebKit/Source/core/editing/serializers/TextOffset.h b/third_party/WebKit/Source/core/editing/serializers/TextOffset.h
|
| index 19223299e0d0366d7cc1a1be12a3984780f78b03..33e0f36c3059fb78cfcdf5fa9e1580be44b9c71d 100644
|
| --- a/third_party/WebKit/Source/core/editing/serializers/TextOffset.h
|
| +++ b/third_party/WebKit/Source/core/editing/serializers/TextOffset.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef TextOffset_h
|
| #define TextOffset_h
|
|
|
| +#include "platform/wtf/Forward.h"
|
| #include "public/platform/Platform.h"
|
| -#include "wtf/Forward.h"
|
|
|
| namespace blink {
|
|
|
|
|