| Index: ppapi/proxy/browser_font_resource_trusted.cc | 
| diff --git a/ppapi/proxy/browser_font_resource_trusted.cc b/ppapi/proxy/browser_font_resource_trusted.cc | 
| index 33b858e847544004c37a7b0e89047d657a483117..b8bc8759d4d721fe9b8ac8e6ab37a6e9e06b9c27 100644 | 
| --- a/ppapi/proxy/browser_font_resource_trusted.cc | 
| +++ b/ppapi/proxy/browser_font_resource_trusted.cc | 
| @@ -20,7 +20,7 @@ | 
| #include "third_party/WebKit/public/web/WebFont.h" | 
| #include "third_party/WebKit/public/web/WebFontDescription.h" | 
| #include "third_party/WebKit/public/web/WebTextRun.h" | 
| -#include "third_party/icu/public/common/unicode/ubidi.h" | 
| +#include "third_party/icu/source/common/unicode/ubidi.h" | 
| #include "third_party/skia/include/core/SkRect.h" | 
|  | 
| using ppapi::StringVar; | 
|  |