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

Unified Diff: chrome/browser/ui/android/infobars/app_banner_infobar_android.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/app_banner_infobar_android.h
diff --git a/chrome/browser/ui/android/infobars/app_banner_infobar_android.h b/chrome/browser/ui/android/infobars/app_banner_infobar_android.h
index f05b0c3a17c8afd81d1ac5d3c6a1bb805907a81d..4e3e5a3e491f9c38b66a3b18c3bababd2e3213e8 100644
--- a/chrome/browser/ui/android/infobars/app_banner_infobar_android.h
+++ b/chrome/browser/ui/android/infobars/app_banner_infobar_android.h
@@ -19,12 +19,12 @@ class AppBannerInfoBarAndroid : public ConfirmInfoBar {
public:
// Constructs an AppBannerInfoBarAndroid promoting a native app.
AppBannerInfoBarAndroid(
- scoped_ptr<banners::AppBannerInfoBarDelegateAndroid> delegate,
+ std::unique_ptr<banners::AppBannerInfoBarDelegateAndroid> delegate,
const base::android::ScopedJavaGlobalRef<jobject>& japp_data);
// Constructs an AppBannerInfoBarAndroid promoting a web app.
AppBannerInfoBarAndroid(
- scoped_ptr<banners::AppBannerInfoBarDelegateAndroid> delegate,
+ std::unique_ptr<banners::AppBannerInfoBarDelegateAndroid> delegate,
const GURL& app_url);
~AppBannerInfoBarAndroid() override;
« no previous file with comments | « chrome/browser/ui/android/context_menu_helper.h ('k') | chrome/browser/ui/android/infobars/app_banner_infobar_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698