| Index: chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.cc
|
| diff --git a/chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.cc b/chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.cc
|
| index 4389c92ddf851dbddb3fe8556a4e1ebc55173c7e..57e295e769813a04c399480d623dbfa85406ea32 100644
|
| --- a/chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.cc
|
| +++ b/chrome/browser/ui/android/infobars/data_reduction_proxy_infobar.cc
|
| @@ -58,6 +58,7 @@ DataReductionProxyInfoBarDelegate* DataReductionProxyInfoBar::GetDelegate() {
|
|
|
| // static
|
| scoped_ptr<infobars::InfoBar> DataReductionProxyInfoBarDelegate::CreateInfoBar(
|
| + infobars::InfoBarManager* infobar_manager,
|
| scoped_ptr<DataReductionProxyInfoBarDelegate> delegate) {
|
| return scoped_ptr<infobars::InfoBar>(
|
| new DataReductionProxyInfoBar(delegate.Pass()));
|
|
|