| Index: Source/wtf/unicode/Unicode.h
|
| diff --git a/Source/wtf/unicode/Unicode.h b/Source/wtf/unicode/Unicode.h
|
| index b3d9aada4cc40acbe1e60b2cb432e526f9971b2f..ba509732770a1a2e056510f1e6eafaa9d8d10523 100644
|
| --- a/Source/wtf/unicode/Unicode.h
|
| +++ b/Source/wtf/unicode/Unicode.h
|
| @@ -23,12 +23,12 @@
|
| #ifndef WTF_UNICODE_H
|
| #define WTF_UNICODE_H
|
|
|
| -#include <wtf/Assertions.h>
|
| +#include "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 "wtf/unicode/icu/UnicodeIcu.h"
|
|
|
| COMPILE_ASSERT(sizeof(UChar) == 2, UCharIsTwoBytes);
|
|
|
|
|