| Index: sky/engine/platform/text/TextBreakIterator.h
|
| diff --git a/sky/engine/platform/text/TextBreakIterator.h b/sky/engine/platform/text/TextBreakIterator.h
|
| index 309504df66e0bb7d2689818b2b6e623c23eb3546..aa4d7b8e9931e49f05ecdfb3a2b70119f1e95c29 100644
|
| --- a/sky/engine/platform/text/TextBreakIterator.h
|
| +++ b/sky/engine/platform/text/TextBreakIterator.h
|
| @@ -22,9 +22,9 @@
|
| #ifndef TextBreakIterator_h
|
| #define TextBreakIterator_h
|
|
|
| -#include "platform/PlatformExport.h"
|
| -#include "wtf/text/AtomicString.h"
|
| -#include "wtf/unicode/Unicode.h"
|
| +#include "sky/engine/platform/PlatformExport.h"
|
| +#include "sky/engine/wtf/text/AtomicString.h"
|
| +#include "sky/engine/wtf/unicode/Unicode.h"
|
|
|
| #include <unicode/brkiter.h>
|
|
|
|
|