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

Unified Diff: chrome/browser/ui/android/infobars/data_reduction_proxy_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/data_reduction_proxy_infobar.h
diff --git a/chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.h b/chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.h
index 20d7729a72d6bc8fce1e5698b17efbc29bbe8a8a..d1db8f8794451dd9314523ef3464600873676d40 100644
--- a/chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.h
+++ b/chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.h
@@ -20,7 +20,7 @@ class DataReductionProxyInfoBar : public ConfirmInfoBar {
static bool Register(JNIEnv* env);
explicit DataReductionProxyInfoBar(
- scoped_ptr<DataReductionProxyInfoBarDelegateAndroid> delegate);
+ std::unique_ptr<DataReductionProxyInfoBarDelegateAndroid> delegate);
~DataReductionProxyInfoBar() override;

Powered by Google App Engine
This is Rietveld 408576698