| Index: sky/engine/platform/text/SurrogatePairAwareTextIterator.h
|
| diff --git a/sky/engine/platform/text/SurrogatePairAwareTextIterator.h b/sky/engine/platform/text/SurrogatePairAwareTextIterator.h
|
| index 6dcae5bcfe447b4f5569931fb0d08d557b125714..bb7ecd2105730fc74877b0291d55d3a079a72b84 100644
|
| --- a/sky/engine/platform/text/SurrogatePairAwareTextIterator.h
|
| +++ b/sky/engine/platform/text/SurrogatePairAwareTextIterator.h
|
| @@ -21,9 +21,9 @@
|
| #ifndef SurrogatePairAwareTextIterator_h
|
| #define SurrogatePairAwareTextIterator_h
|
|
|
| -#include "platform/PlatformExport.h"
|
| -#include "wtf/text/WTFString.h"
|
| -#include "wtf/unicode/CharacterNames.h"
|
| +#include "sky/engine/platform/PlatformExport.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
| +#include "sky/engine/wtf/unicode/CharacterNames.h"
|
|
|
| namespace blink {
|
|
|
|
|