Chromium Code Reviews| Index: third_party/WebKit/Source/platform/fonts/Character.cpp |
| diff --git a/third_party/WebKit/Source/platform/fonts/Character.cpp b/third_party/WebKit/Source/platform/fonts/Character.cpp |
| index 26161793011f786b383383cb39a465ef2ed5ac09..d1f989663357c95517d375df04b0631bfc6326e0 100644 |
| --- a/third_party/WebKit/Source/platform/fonts/Character.cpp |
| +++ b/third_party/WebKit/Source/platform/fonts/Character.cpp |
| @@ -37,7 +37,7 @@ |
| #include <unicode/uscript.h> |
| #if defined(USING_SYSTEM_ICU) |
| -#include "CharacterData.h" |
| +#include "CharacterPropertyDataGenerator.h" |
|
tkent
2016/03/09 23:30:32
should be "platform/fonts/CharacterPropertyDataGen
kojii
2016/03/10 05:04:49
Done.
|
| #include <unicode/uniset.h> |
| #else |
| #define MUTEX_H // Prevent compile failure of utrie2.h on Windows |