From 8891d14891423a0bf861fb6cb8a88cc2b0b11d8e Mon Sep 17 00:00:00 2001 From: "evan@chromium.org" Date: Mon, 25 Jan 2010 20:38:53 +0000 Subject: remove ICU includes from l10n_util.h 95% of users of l10n_util use it for some functions; the other 5% want some complicated templates that pull in a ton of ICU headers as well. Before this change, the average includer of l10n_util.h pulled in an additional 80 subheaders because of it. Additionally, #including ICU headers from a header makes the includee depend on having the ICU include path in the -I header. Review URL: http://codereview.chromium.org/515059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37032 0039d316-1c4b-4281-b951-d872f2087c98 --- app/l10n_util_unittest.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'app/l10n_util_unittest.cc') diff --git a/app/l10n_util_unittest.cc b/app/l10n_util_unittest.cc index 8cdf3c9..693c586 100644 --- a/app/l10n_util_unittest.cc +++ b/app/l10n_util_unittest.cc @@ -10,6 +10,7 @@ #include "app/app_paths.h" #include "app/l10n_util.h" +#include "app/l10n_util_collator.h" #if !defined(OS_MACOSX) #include "app/test/data/resource.h" #endif -- cgit v1.1