| Index: third_party/WebKit/Source/core/layout/line/InlineTextBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/line/InlineTextBox.h b/third_party/WebKit/Source/core/layout/line/InlineTextBox.h
|
| index 563dd4808bd36636f9d3a2461b666851e3e05499..9c311420978fbec74d663a4d02906ee67472e46b 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/InlineTextBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/InlineTextBox.h
|
| @@ -29,7 +29,7 @@
|
| #include "core/layout/api/SelectionState.h"
|
| #include "core/layout/line/InlineBox.h"
|
| #include "platform/text/TextRun.h"
|
| -#include "wtf/Forward.h"
|
| +#include "platform/wtf/Forward.h"
|
|
|
| namespace blink {
|
|
|
|
|