| Index: chrome_frame/test/test_with_web_server.cc
|
| ===================================================================
|
| --- chrome_frame/test/test_with_web_server.cc (revision 102100)
|
| +++ chrome_frame/test/test_with_web_server.cc (working copy)
|
| @@ -223,7 +223,6 @@
|
| const wchar_t* page) {
|
| FilePath plugin_path;
|
| PathService::Get(base::DIR_MODULE, &plugin_path);
|
| - plugin_path = plugin_path.AppendASCII("servers");
|
| plugin_path = plugin_path.Append(kChromeFrameDllName);
|
|
|
| static FileVersionInfo* version_info =
|
|
|