| Index: third_party/WebKit/Source/platform/text/TextRun.h
|
| diff --git a/third_party/WebKit/Source/platform/text/TextRun.h b/third_party/WebKit/Source/platform/text/TextRun.h
|
| index 9c85b86083b8b246d09d3742d680b2683e8be139..cabd50488b7238f28ecd820d91abcc5c64013440 100644
|
| --- a/third_party/WebKit/Source/platform/text/TextRun.h
|
| +++ b/third_party/WebKit/Source/platform/text/TextRun.h
|
| @@ -30,9 +30,9 @@
|
| #include "platform/heap/Heap.h"
|
| #include "platform/text/TabSize.h"
|
| #include "platform/text/TextDirection.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/text/StringView.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/text/StringView.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| #include <SkRefCnt.h>
|
| #include <unicode/utf16.h>
|
|
|