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

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

Issue 1878313003: Convert //chrome/installer from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/installer/util/google_chrome_distribution.h
diff --git a/chrome/installer/util/google_chrome_distribution.h b/chrome/installer/util/google_chrome_distribution.h
index b5a0d2f29b03bf252720fc9719b3634ec4dd4044..53b7268773b7396659879c1a400fc4367834da55 100644
--- a/chrome/installer/util/google_chrome_distribution.h
+++ b/chrome/installer/util/google_chrome_distribution.h
@@ -80,7 +80,7 @@ class GoogleChromeDistribution : public BrowserDistribution {
GoogleChromeDistribution();
explicit GoogleChromeDistribution(
- scoped_ptr<AppRegistrationData> app_reg_data);
+ std::unique_ptr<AppRegistrationData> app_reg_data);
private:
friend class BrowserDistribution;

Powered by Google App Engine
This is Rietveld 408576698