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

Unified Diff: ios/chrome/browser/infobars/infobar.mm

Issue 1861593005: Convert //ios from scoped_ptr to std::unique_ptr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase? 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
« no previous file with comments | « ios/chrome/browser/infobars/infobar.h ('k') | ios/chrome/browser/infobars/infobar_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/infobars/infobar.mm
diff --git a/ios/chrome/browser/infobars/infobar.mm b/ios/chrome/browser/infobars/infobar.mm
index 00ae46b66429829e43f7ac4e7f724fb30f038b27..6851a77ab897878fa5ba92cc493a6b841843c5cd 100644
--- a/ios/chrome/browser/infobars/infobar.mm
+++ b/ios/chrome/browser/infobars/infobar.mm
@@ -16,7 +16,7 @@
using infobars::InfoBar;
using infobars::InfoBarDelegate;
-InfoBarIOS::InfoBarIOS(scoped_ptr<InfoBarDelegate> delegate)
+InfoBarIOS::InfoBarIOS(std::unique_ptr<InfoBarDelegate> delegate)
: InfoBar(std::move(delegate)) {}
InfoBarIOS::~InfoBarIOS() {
« no previous file with comments | « ios/chrome/browser/infobars/infobar.h ('k') | ios/chrome/browser/infobars/infobar_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698