diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-07 22:33:47 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-07 22:33:47 +0000 |
commit | c297d3a13ae36bf2f574e55b3f1f9494b3f98e7b (patch) | |
tree | 6d4bcd167b01ccf9fe91dd4e8b5c4d5d44124982 /printing | |
parent | 47d20da2c60b132ba2cd3b94f9be9c38fc609ad2 (diff) | |
download | chromium_src-c297d3a13ae36bf2f574e55b3f1f9494b3f98e7b.zip chromium_src-c297d3a13ae36bf2f574e55b3f1f9494b3f98e7b.tar.gz chromium_src-c297d3a13ae36bf2f574e55b3f1f9494b3f98e7b.tar.bz2 |
Roll ICU and convert include style to standard Chromium style,
i.e. third_party/...
BUG=165264
Review URL: https://codereview.chromium.org/11734021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175399 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 ab8ae5f..74c21a52 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 { |