summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/perf
diff options
context:
space:
mode:
authoraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-12 03:42:39 +0000
committeraa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-12 03:42:39 +0000
commitb40df40ee49eb79124ccb020f3b0d12d607ed17a (patch)
treee9cedb12f77a19ff446c2da4374800d6fc5614c2 /chrome_frame/test/perf
parent2d67286973ae47301854b37eb1f142ac25d5e132 (diff)
downloadchromium_src-b40df40ee49eb79124ccb020f3b0d12d607ed17a.zip
chromium_src-b40df40ee49eb79124ccb020f3b0d12d607ed17a.tar.gz
chromium_src-b40df40ee49eb79124ccb020f3b0d12d607ed17a.tar.bz2
Fix regression from r77888: icu is not supposed to have a version number anymore.
BUG=75842 TEST= TBR=jshin@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77916 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/test/perf')
-rw-r--r--chrome_frame/test/perf/chrome_frame_perftest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/perf/chrome_frame_perftest.cc b/chrome_frame/test/perf/chrome_frame_perftest.cc
index 8a82c1a..e77affa 100644
--- a/chrome_frame/test/perf/chrome_frame_perftest.cc
+++ b/chrome_frame/test/perf/chrome_frame_perftest.cc
@@ -296,7 +296,7 @@ class ChromeFrameStartupTest : public ChromeFramePerfTestBase {
chrome_frame_dll_ = dir_app_.Append(FILE_PATH_LITERAL("servers"));
chrome_frame_dll_ = chrome_frame_dll_.Append(
FilePath::FromWStringHack(kChromeFrameDllName));
- icu_dll_ = dir_app_.Append(FILE_PATH_LITERAL("icudt46.dll"));
+ icu_dll_ = dir_app_.Append(FILE_PATH_LITERAL("icudt.dll"));
avcodec52_dll_ = dir_app_.Append(FILE_PATH_LITERAL("avcodec-52.dll"));
avformat52_dll_ = dir_app_.Append(FILE_PATH_LITERAL("avformat-52.dll"));
avutil50_dll_ = dir_app_.Append(FILE_PATH_LITERAL("avutil-50.dll"));