diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-28 10:27:10 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-28 10:27:10 +0000 |
commit | 6890a42708b7b60be1f858dd5c30e17f2ea19b5f (patch) | |
tree | 61a1bd1722884f0a80809838d8b43838b344c300 /printing | |
parent | 26f85ac59018cf4183ed75ae7378adff2d66b721 (diff) | |
download | chromium_src-6890a42708b7b60be1f858dd5c30e17f2ea19b5f.zip chromium_src-6890a42708b7b60be1f858dd5c30e17f2ea19b5f.tar.gz chromium_src-6890a42708b7b60be1f858dd5c30e17f2ea19b5f.tar.bz2 |
Linux: fix build with system ICU.
This is upstreaming Gentoo Linux patch,
fixing breakage from https://chromiumcodereview.appspot.com/10941025/
TBR=vitalybuka,abodenha
BUG=none
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10986080
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159235 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'printing')
-rw-r--r-- | printing/backend/print_backend.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/backend/print_backend.cc b/printing/backend/print_backend.cc index 2228ef9..ad3ef1b 100644 --- a/printing/backend/print_backend.cc +++ b/printing/backend/print_backend.cc @@ -6,8 +6,8 @@ #include <algorithm> -#include "third_party/icu/public/common/unicode/uchar.h" #include "ui/base/text/text_elider.h" +#include "unicode/uchar.h" namespace { |