| Index: chrome/app/breakpad_win.cc
|
| diff --git a/chrome/app/breakpad_win.cc b/chrome/app/breakpad_win.cc
|
| index ef32042fc6c3390b23a8abd94351d0c6565907e4..08d18915af935d5ca8d7b101bf0f83cdc57a4e6f 100644
|
| --- a/chrome/app/breakpad_win.cc
|
| +++ b/chrome/app/breakpad_win.cc
|
| @@ -313,7 +313,8 @@ google_breakpad::CustomClientInfo* GetCustomInfo(const std::wstring& exe_path,
|
| const std::wstring& type,
|
| const std::wstring& channel) {
|
| scoped_ptr<FileVersionInfo>
|
| - version_info(FileVersionInfo::CreateFileVersionInfo(FilePath(exe_path)));
|
| + version_info(FileVersionInfo::CreateFileVersionInfo(
|
| + base::FilePath(exe_path)));
|
|
|
| std::wstring version, product;
|
| std::wstring special_build;
|
|
|