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

Unified Diff: chrome/browser/google/google_update_win.cc

Issue 2850683002: Remove ScopedComPtr::ReceiveVoid and Add ScopedComPtrRef (Closed)
Patch Set: Add Explicit 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
« no previous file with comments | « base/win/win_util.cc ('k') | components/update_client/background_downloader_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/google/google_update_win.cc
diff --git a/chrome/browser/google/google_update_win.cc b/chrome/browser/google/google_update_win.cc
index 2a2ca13bd88fabad970d0bf3c6a172d6d03899d9..0b1d6469ea997c858296a063e5c27b7c5c86b270 100644
--- a/chrome/browser/google/google_update_win.cc
+++ b/chrome/browser/google/google_update_win.cc
@@ -195,7 +195,8 @@ HRESULT CreateGoogleUpdate3WebClass(
ConfigureProxyBlanket(class_factory.Get());
- return class_factory->CreateInstance(nullptr, IID_PPV_ARGS(google_update));
+ return class_factory->CreateInstance(nullptr,
+ IID_PPV_ARGS(google_update->Receive()));
}
// UpdateCheckDriver -----------------------------------------------------------
« no previous file with comments | « base/win/win_util.cc ('k') | components/update_client/background_downloader_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698