| Index: third_party/WebKit/Source/core/paint/TextPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/TextPainter.cpp b/third_party/WebKit/Source/core/paint/TextPainter.cpp
|
| index 0d5c27cf4210fb89029a5deb74a95af2f382b833..27e9bba24e4f10a3a285cff7f0fd8c2778db076e 100644
|
| --- a/third_party/WebKit/Source/core/paint/TextPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/TextPainter.cpp
|
| @@ -18,8 +18,8 @@
|
| #include "platform/graphics/GraphicsContext.h"
|
| #include "platform/graphics/GraphicsContextStateSaver.h"
|
| #include "platform/text/TextRun.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/text/CharacterNames.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/text/CharacterNames.h"
|
|
|
| namespace blink {
|
|
|
|
|