| Index: third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp b/third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp
|
| index ec94650f995eb8fb0795e65a1a37afd2c3499df6..dac6f056e94664d5f8d580a8cc7512de19ba6676 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/line/RootInlineBox.cpp
|
| @@ -32,7 +32,7 @@
|
| #include "core/paint/PaintInfo.h"
|
| #include "core/paint/RootInlineBoxPainter.h"
|
| #include "platform/text/BidiResolver.h"
|
| -#include "wtf/text/Unicode.h"
|
| +#include "platform/wtf/text/Unicode.h"
|
|
|
| namespace blink {
|
|
|
|
|