Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(587)

Unified Diff: printing/backend/print_backend.cc

Issue 10986080: Linux: fix build with system ICU. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/backend/print_backend.cc
===================================================================
--- printing/backend/print_backend.cc (revision 159219)
+++ printing/backend/print_backend.cc (working copy)
@@ -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 {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698