| 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;
|
|
|
|
|