| Index: chrome/installer/gcapi/gcapi.cc
|
| diff --git a/chrome/installer/gcapi/gcapi.cc b/chrome/installer/gcapi/gcapi.cc
|
| index a560b7bd5adc514be2e63f078c91041b953b8228..53e52a91b3a8a49c7c8a183d47a487e6d685e20b 100644
|
| --- a/chrome/installer/gcapi/gcapi.cc
|
| +++ b/chrome/installer/gcapi/gcapi.cc
|
| @@ -256,7 +256,7 @@ WindowsVersion GetWindowsVersion() {
|
| // Windows API are not available. We always invoke this function after checking
|
| // that current OS is Vista or later.
|
| bool VerifyAdminGroup() {
|
| - SID_IDENTIFIER_AUTHORITY NtAuthority = SECURITY_NT_AUTHORITY;
|
| + SID_IDENTIFIER_AUTHORITY NtAuthority = {SECURITY_NT_AUTHORITY};
|
| PSID Group;
|
| BOOL check = ::AllocateAndInitializeSid(&NtAuthority, 2,
|
| SECURITY_BUILTIN_DOMAIN_RID,
|
|
|