| Index: chrome_frame/test_utils.cc
|
| ===================================================================
|
| --- chrome_frame/test_utils.cc (revision 102100)
|
| +++ chrome_frame/test_utils.cc (working copy)
|
| @@ -29,8 +29,7 @@
|
| FilePath build_path;
|
| PathService::Get(chrome::DIR_APP, &build_path);
|
|
|
| - FilePath dll_path = build_path.Append(L"servers").
|
| - Append(kChromeFrameDllName);
|
| + FilePath dll_path = build_path.Append(kChromeFrameDllName);
|
|
|
| if (!file_util::PathExists(dll_path)) {
|
| // Well, dang.. try looking in the current directory.
|
| @@ -45,7 +44,7 @@
|
| return dll_path;
|
| }
|
|
|
| -bool ScopedChromeFrameRegistrar::register_chrome_path_provider_ = false;;
|
| +bool ScopedChromeFrameRegistrar::register_chrome_path_provider_ = false;
|
|
|
| // static
|
| void ScopedChromeFrameRegistrar::RegisterDefaults() {
|
|
|