Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(396)

Unified Diff: chrome/browser/shell_integration_win.cc

Issue 2792383003: Rename ScopedComPtr::Release() to ScopedComPtr::Reset() (Closed)
Patch Set: Fix New Callers Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 &&

Powered by Google App Engine
This is Rietveld 408576698