| Index: chrome/browser/shell_integration_win.cc
|
| diff --git a/chrome/browser/shell_integration_win.cc b/chrome/browser/shell_integration_win.cc
|
| index 0611ded4d646e53e4c0060ceea63fb040871f77b..46853b8f4ae9a2e869751a22cd5734582e33aeda 100644
|
| --- a/chrome/browser/shell_integration_win.cc
|
| +++ b/chrome/browser/shell_integration_win.cc
|
| @@ -839,8 +839,8 @@ int MigrateShortcutsInPathInternal(const base::FilePath& chrome_exe,
|
| }
|
| }
|
|
|
| - persist_file.Release();
|
| - shell_link.Release();
|
| + persist_file.Reset();
|
| + shell_link.Reset();
|
|
|
| // Update the shortcut if some of its properties need to be updated.
|
| if (updated_properties.options &&
|
|
|