| Index: third_party/WebKit/Source/core/layout/line/RootInlineBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/line/RootInlineBox.h b/third_party/WebKit/Source/core/layout/line/RootInlineBox.h
|
| index 0b92d9ad8c8e15ceddc3d405e56cece53e1d8cde..bd3e9333afad8f394f7023af255ef06c2bf2c242 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/RootInlineBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/RootInlineBox.h
|
| @@ -21,12 +21,12 @@
|
| #ifndef RootInlineBox_h
|
| #define RootInlineBox_h
|
|
|
| +#include <memory>
|
| #include "core/layout/api/LineLayoutItem.h"
|
| #include "core/layout/api/SelectionState.h"
|
| #include "core/layout/line/InlineFlowBox.h"
|
| #include "platform/text/BidiContext.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|