summaryrefslogtreecommitdiffstats
path: root/win8
diff options
context:
space:
mode:
Diffstat (limited to 'win8')
-rw-r--r--win8/delegate_execute/crash_server_init.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win8/delegate_execute/crash_server_init.cc b/win8/delegate_execute/crash_server_init.cc
index 1272652..859874d 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());