| Index: content/renderer/hyphenator/hyphenator.cc | 
| diff --git a/content/renderer/hyphenator/hyphenator.cc b/content/renderer/hyphenator/hyphenator.cc | 
| index f638c07b05328095707f239c0fe645bc2d6bbe5c..b94ba3cc6981a6aa227b1b6a7122c9ed34f9c860 100644 | 
| --- a/content/renderer/hyphenator/hyphenator.cc | 
| +++ b/content/renderer/hyphenator/hyphenator.cc | 
| @@ -12,7 +12,7 @@ | 
| #include "content/common/hyphenator_messages.h" | 
| #include "content/public/renderer/render_thread.h" | 
| #include "third_party/hyphen/hyphen.h" | 
| -#include "third_party/icu/public/common/unicode/uscript.h" | 
| +#include "third_party/icu/source/common/unicode/uscript.h" | 
|  | 
| namespace { | 
|  | 
|  |