Index: third_party/WebKit/Source/platform/text/Character.cpp |
diff --git a/third_party/WebKit/Source/platform/text/Character.cpp b/third_party/WebKit/Source/platform/text/Character.cpp |
index d59ae41bc44208c07db8df3094325d7b513bf6db..50932bd63d0208d04c955e09724057c7a7f4deca 100644 |
--- a/third_party/WebKit/Source/platform/text/Character.cpp |
+++ b/third_party/WebKit/Source/platform/text/Character.cpp |
@@ -37,7 +37,7 @@ |
#include <unicode/uscript.h> |
#if defined(USING_SYSTEM_ICU) |
-#include "platform/fonts/CharacterPropertyDataGenerator.h" |
+#include "platform/text/CharacterPropertyDataGenerator.h" |
#include <unicode/uniset.h> |
#else |
#define MUTEX_H // Prevent compile failure of utrie2.h on Windows |