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

Unified Diff: chrome/installer/util/google_chrome_distribution.cc

Issue 367403002: Add missing Pass() calls for passing scoped_ptrs on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 6 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/installer/util/google_chrome_distribution.cc
diff --git a/chrome/installer/util/google_chrome_distribution.cc b/chrome/installer/util/google_chrome_distribution.cc
index 3d1522d6a17b0310f42a21dd9c98c2696c34e8ed..7030003a5c930299c505e6af9046a41a50b453f5 100644
--- a/chrome/installer/util/google_chrome_distribution.cc
+++ b/chrome/installer/util/google_chrome_distribution.cc
@@ -63,8 +63,8 @@ base::string16 GetUninstallSurveyUrl() {
GoogleChromeDistribution::GoogleChromeDistribution()
: BrowserDistribution(CHROME_BROWSER,
- make_scoped_ptr(
- new UpdatingAppRegistrationData(kChromeGuid))) {
+ make_scoped_ptr(new UpdatingAppRegistrationData(
+ kChromeGuid)).Pass()) {
}
GoogleChromeDistribution::GoogleChromeDistribution(

Powered by Google App Engine
This is Rietveld 408576698