| Index: chrome/browser/ui/android/infobars/infobar_android.cc
|
| ===================================================================
|
| --- chrome/browser/ui/android/infobars/infobar_android.cc (revision 238220)
|
| +++ chrome/browser/ui/android/infobars/infobar_android.cc (working copy)
|
| @@ -28,8 +28,8 @@
|
|
|
| // InfoBarAndroid -------------------------------------------------------------
|
|
|
| -InfoBarAndroid::InfoBarAndroid(InfoBarService* owner, InfoBarDelegate* delegate)
|
| - : InfoBar(owner, delegate) {
|
| +InfoBarAndroid::InfoBarAndroid(scoped_ptr<InfoBarDelegate> delegate)
|
| + : InfoBar(delegate.Pass()) {
|
| }
|
|
|
| InfoBarAndroid::~InfoBarAndroid() {
|
|
|