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

Unified Diff: chrome/browser/ui/android/infobars/update_password_infobar.cc

Issue 1865213004: Convert //chrome/browser/ui 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
Index: chrome/browser/ui/android/infobars/update_password_infobar.cc
diff --git a/chrome/browser/ui/android/infobars/update_password_infobar.cc b/chrome/browser/ui/android/infobars/update_password_infobar.cc
index 08dbd0c8aa5e8a6c8c6d61923a3d5c1b691a0e55..8525be9a69889faa19170701817ce0f5ba837c98 100644
--- a/chrome/browser/ui/android/infobars/update_password_infobar.cc
+++ b/chrome/browser/ui/android/infobars/update_password_infobar.cc
@@ -14,7 +14,7 @@
#include "jni/UpdatePasswordInfoBar_jni.h"
UpdatePasswordInfoBar::UpdatePasswordInfoBar(
- scoped_ptr<UpdatePasswordInfoBarDelegate> delegate)
+ std::unique_ptr<UpdatePasswordInfoBarDelegate> delegate)
: ConfirmInfoBar(std::move(delegate)) {}
UpdatePasswordInfoBar::~UpdatePasswordInfoBar() {}

Powered by Google App Engine
This is Rietveld 408576698