| Index: third_party/WebKit/Source/platform/fonts/shaping/RunSegmenter.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenter.cpp b/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenter.cpp
|
| index 7019bc6a2dc0c103a816578c66b31768934b9c16..f731c0819d7cb2df11b78e3668ae03a525c4c885 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenter.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/shaping/RunSegmenter.cpp
|
| @@ -9,8 +9,8 @@
|
| #include "platform/fonts/SymbolsIterator.h"
|
| #include "platform/fonts/UTF16TextIterator.h"
|
| #include "platform/text/Character.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/PtrUtil.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|