summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--chrome/tools/profiles/generate_profile.cc2
-rw-r--r--chrome_frame/test/net/fake_external_tab.cc2
2 files changed, 2 insertions, 2 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"
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc
index 4f61298..4fffd1e 100644
--- a/chrome_frame/test/net/fake_external_tab.cc
+++ b/chrome_frame/test/net/fake_external_tab.cc
@@ -12,7 +12,7 @@
#include "base/command_line.h"
#include "base/file_util.h"
-#include "base/icu_util.h"
+#include "base/i18n/icu_util.h"
#include "base/path_service.h"
#include "base/scoped_bstr_win.h"
#include "base/scoped_comptr_win.h"