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

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

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.h
diff --git a/chrome/browser/ui/android/infobars/update_password_infobar.h b/chrome/browser/ui/android/infobars/update_password_infobar.h
index f43fddd2325859c4eafdd03a41f4f9c1a9a1da26..8b70c114f3e371a41a4ad80d0af0c62798e4fae0 100644
--- a/chrome/browser/ui/android/infobars/update_password_infobar.h
+++ b/chrome/browser/ui/android/infobars/update_password_infobar.h
@@ -15,7 +15,7 @@ class UpdatePasswordInfoBarDelegate;
class UpdatePasswordInfoBar : public ConfirmInfoBar {
public:
explicit UpdatePasswordInfoBar(
- scoped_ptr<UpdatePasswordInfoBarDelegate> delegate);
+ std::unique_ptr<UpdatePasswordInfoBarDelegate> delegate);
~UpdatePasswordInfoBar() override;
static bool Register(JNIEnv* env);
« no previous file with comments | « chrome/browser/ui/android/infobars/translate_infobar.cc ('k') | chrome/browser/ui/android/infobars/update_password_infobar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698