| Index: chrome/installer/util/shell_util.cc
|
| diff --git a/chrome/installer/util/shell_util.cc b/chrome/installer/util/shell_util.cc
|
| index 335b3d35e45286c9a086bb72de3e0128731205c5..2ed7b5a352b093bb46529077352d1aa0f783f734 100644
|
| --- a/chrome/installer/util/shell_util.cc
|
| +++ b/chrome/installer/util/shell_util.cc
|
| @@ -760,7 +760,7 @@ bool LaunchDefaultAppsSettingsModernDialog(const wchar_t* protocol) {
|
| HRESULT hr = activator.CreateInstance(CLSID_ApplicationActivationManager);
|
| if (SUCCEEDED(hr)) {
|
| DWORD pid = 0;
|
| - CoAllowSetForegroundWindow(activator.get(), nullptr);
|
| + CoAllowSetForegroundWindow(activator.Get(), nullptr);
|
| hr = activator->ActivateApplication(kControlPanelAppModelId,
|
| L"page=SettingsPageAppsDefaults",
|
| AO_NONE, &pid);
|
|
|