From b40df40ee49eb79124ccb020f3b0d12d607ed17a Mon Sep 17 00:00:00 2001 From: "aa@chromium.org" Date: Sat, 12 Mar 2011 03:42:39 +0000 Subject: 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 --- chrome_frame/test/perf/chrome_frame_perftest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome_frame/test') 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")); -- cgit v1.1