summaryrefslogtreecommitdiffstats
path: root/chrome/tools
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-09 20:12:17 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-09 20:12:17 +0000
commitfc026254e05c27f96b27bc3cd880b8c0c1ffe5c3 (patch)
treebe1b63c81575443d019f4771060a91565115070d /chrome/tools
parent4bc6df7ecd3bad153b541b16868af78889db67e4 (diff)
downloadchromium_src-fc026254e05c27f96b27bc3cd880b8c0c1ffe5c3.zip
chromium_src-fc026254e05c27f96b27bc3cd880b8c0c1ffe5c3.tar.gz
chromium_src-fc026254e05c27f96b27bc3cd880b8c0c1ffe5c3.tar.bz2
Fix an include.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28585 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rw-r--r--chrome/tools/profiles/generate_profile.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/profiles/generate_profile.cc b/chrome/tools/profiles/generate_profile.cc
index 0c492cd..fe7af1e 100644
--- a/chrome/tools/profiles/generate_profile.cc
+++ b/chrome/tools/profiles/generate_profile.cc
@@ -10,7 +10,7 @@
#include "app/gfx/codec/jpeg_codec.h"
#include "base/at_exit.h"
#include "base/file_path.h"
-#include "base/icu_util.h"
+#include "base/i18n/icu_util.h"
#include "base/message_loop.h"
#include "base/path_service.h"
#include "base/process_util.h"