| Index: third_party/WebKit/Source/platform/fonts/UTF16TextIterator.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/UTF16TextIterator.h b/third_party/WebKit/Source/platform/fonts/UTF16TextIterator.h
|
| index 4b8e194267a3141f21c189bc23c6a0a405575cca..d760260995d5acf13c2e7aa51ac04e1c718987e3 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/UTF16TextIterator.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/UTF16TextIterator.h
|
| @@ -22,9 +22,9 @@
|
| #define UTF16TextIterator_h
|
|
|
| #include "platform/PlatformExport.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/text/CharacterNames.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/text/CharacterNames.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|