| Index: sky/engine/wtf/unicode/Unicode.h
|
| diff --git a/sky/engine/wtf/unicode/Unicode.h b/sky/engine/wtf/unicode/Unicode.h
|
| index ba509732770a1a2e056510f1e6eafaa9d8d10523..e5a96cd4835796ff5b90b71a9c796759f054eeaa 100644
|
| --- a/sky/engine/wtf/unicode/Unicode.h
|
| +++ b/sky/engine/wtf/unicode/Unicode.h
|
| @@ -23,12 +23,12 @@
|
| #ifndef WTF_UNICODE_H
|
| #define WTF_UNICODE_H
|
|
|
| -#include "wtf/Assertions.h"
|
| +#include "sky/engine/wtf/Assertions.h"
|
|
|
| // Define platform neutral 8 bit character type (L is for Latin-1).
|
| typedef unsigned char LChar;
|
|
|
| -#include "wtf/unicode/icu/UnicodeIcu.h"
|
| +#include "sky/engine/wtf/unicode/icu/UnicodeIcu.h"
|
|
|
| COMPILE_ASSERT(sizeof(UChar) == 2, UCharIsTwoBytes);
|
|
|
|
|