Index: chrome/renderer/spellchecker/spellcheck.h |
diff --git a/chrome/renderer/spellchecker/spellcheck.h b/chrome/renderer/spellchecker/spellcheck.h |
index fc8760b022ec196b9b4852ae505bce6267abd26e..02182dce5bf535eea12d8aedbde6f3cc14461311 100644 |
--- a/chrome/renderer/spellchecker/spellcheck.h |
+++ b/chrome/renderer/spellchecker/spellcheck.h |
@@ -18,7 +18,7 @@ |
#include "content/public/renderer/render_process_observer.h" |
#include "ipc/ipc_platform_file.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebVector.h" |
-#include "unicode/uscript.h" |
+#include "third_party/icu/public/common/unicode/uscript.h" |
class SpellingEngine; |
struct SpellCheckResult; |