| 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 167971574be2814b704c405da4021fe7fb0c5452..1d5c5ce426b67dd71322e5992205f7c202a6616f 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>
|
| +#include "platform/wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|