| Index: third_party/WebKit/Source/core/editing/RenderedPosition.h
|
| diff --git a/third_party/WebKit/Source/core/editing/RenderedPosition.h b/third_party/WebKit/Source/core/editing/RenderedPosition.h
|
| index b8aa567ba899cf085eabdd0aa89d3aa481ad6c66..f5227b04766198918f8474035b5c3438dc565ac7 100644
|
| --- a/third_party/WebKit/Source/core/editing/RenderedPosition.h
|
| +++ b/third_party/WebKit/Source/core/editing/RenderedPosition.h
|
| @@ -34,7 +34,7 @@
|
| #include "core/CoreExport.h"
|
| #include "core/editing/VisiblePosition.h"
|
| #include "core/layout/line/InlineBox.h"
|
| -#include "wtf/Allocator.h"
|
| +#include "platform/wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
|
|