diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-22 06:34:00 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-22 06:34:00 +0000 |
commit | baf6b36c4aeb3dd0bd7a407836d45a8a91eae5b2 (patch) | |
tree | e7bf0b9d5aa8b7d6e5cd66cf27e05b15e84e94b9 | |
parent | e511d09d990972f5ca1cbf888234878be3f912a2 (diff) | |
download | chromium_src-baf6b36c4aeb3dd0bd7a407836d45a8a91eae5b2.zip chromium_src-baf6b36c4aeb3dd0bd7a407836d45a8a91eae5b2.tar.gz chromium_src-baf6b36c4aeb3dd0bd7a407836d45a8a91eae5b2.tar.bz2 |
Fix compilation with system ICU.
This is upstreaming a Gentoo Linux patch.
BUG=none
TEST=noe
Review URL: http://codereview.chromium.org/3769008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63490 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/glue/plugins/pepper_private.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/glue/plugins/pepper_private.cc b/webkit/glue/plugins/pepper_private.cc index 0bf5328..3cf9248 100644 --- a/webkit/glue/plugins/pepper_private.cc +++ b/webkit/glue/plugins/pepper_private.cc @@ -6,6 +6,8 @@ #include "webkit/glue/plugins/pepper_private.h" +#include "unicode/usearch.h" + #include "app/resource_bundle.h" #include "base/metrics/histogram.h" #include "base/utf_string_conversions.h" @@ -14,7 +16,6 @@ #include "skia/ext/platform_canvas.h" #include "third_party/ppapi/c/pp_resource.h" #include "third_party/skia/include/core/SkBitmap.h" -#include "third_party/icu/public/i18n/unicode/usearch.h" #include "webkit/glue/webkit_glue.h" #include "webkit/glue/plugins/pepper_image_data.h" #include "webkit/glue/plugins/pepper_plugin_delegate.h" |