| Index: chrome/app/breakpad_win.cc
|
| ===================================================================
|
| --- chrome/app/breakpad_win.cc (revision 69950)
|
| +++ chrome/app/breakpad_win.cc (working copy)
|
| @@ -92,7 +92,7 @@
|
| google_breakpad::CustomClientInfo* GetCustomInfo(const std::wstring& dll_path,
|
| const std::wstring& type) {
|
| scoped_ptr<FileVersionInfo>
|
| - version_info(FileVersionInfo::CreateFileVersionInfo(dll_path));
|
| + version_info(FileVersionInfo::CreateFileVersionInfo(FilePath(dll_path)));
|
|
|
| std::wstring version, product;
|
| if (version_info.get()) {
|
|
|