| Index: chrome/installer/util/shell_util.cc
|
| diff --git a/chrome/installer/util/shell_util.cc b/chrome/installer/util/shell_util.cc
|
| index 2b8ed146342745ea78e8282238bdf6625d929f0c..a753f802a160ddf145e294d92f9ec2bf4aed136b 100644
|
| --- a/chrome/installer/util/shell_util.cc
|
| +++ b/chrome/installer/util/shell_util.cc
|
| @@ -336,7 +336,7 @@ class RegistryEntry {
|
| app_info.application_description = dist->GetAppDescription();
|
| app_info.publisher_name = dist->GetPublisherName();
|
|
|
| - dist->GetCommandExecuteImplClsid(&app_info.delegate_clsid);
|
| + app_info.delegate_clsid = dist->GetCommandExecuteImplClsid();
|
|
|
| GetProgIdEntries(app_info, entries);
|
|
|
|
|