Index: chrome_frame/chrome_frame_reporting.cc |
=================================================================== |
--- chrome_frame/chrome_frame_reporting.cc (revision 50874) |
+++ chrome_frame/chrome_frame_reporting.cc (working copy) |
@@ -23,7 +23,7 @@ |
std::wstring product; |
std::wstring version; |
scoped_ptr<FileVersionInfo> |
- version_info(FileVersionInfo::CreateFileVersionInfo(dll_path)); |
+ version_info(FileVersionInfo::CreateFileVersionInfo(FilePath(dll_path))); |
if (version_info.get()) { |
version = version_info->product_version(); |
product = version_info->product_short_name(); |