| Index: win8/delegate_execute/crash_server_init.cc
|
| diff --git a/win8/delegate_execute/crash_server_init.cc b/win8/delegate_execute/crash_server_init.cc
|
| index 127265272f260f55b9b6bd59fac28c8e06161227..859874d3216cbdb7067bdaf56a1d67b08460126f 100644
|
| --- a/win8/delegate_execute/crash_server_init.cc
|
| +++ b/win8/delegate_execute/crash_server_init.cc
|
| @@ -47,7 +47,7 @@ bool IsRunningSystemInstall() {
|
|
|
| google_breakpad::CustomClientInfo* GetCustomInfo() {
|
| scoped_ptr<FileVersionInfo> version_info(
|
| - FileVersionInfo::CreateFileVersionInfoForCurrentModule());
|
| + FileVersionInfo::CreateFileVersionInfoForModule(NULL));
|
|
|
| static google_breakpad::CustomInfoEntry ver_entry(
|
| L"ver", version_info->file_version().c_str());
|
|
|