| Index: chrome/browser/ui/android/infobars/infobar_android.h
|
| ===================================================================
|
| --- chrome/browser/ui/android/infobars/infobar_android.h (revision 238220)
|
| +++ chrome/browser/ui/android/infobars/infobar_android.h (working copy)
|
| @@ -31,7 +31,7 @@
|
| ACTION_TRANSLATE_SHOW_ORIGINAL = 4,
|
| };
|
|
|
| - InfoBarAndroid(InfoBarService* owner, InfoBarDelegate* delegate);
|
| + explicit InfoBarAndroid(scoped_ptr<InfoBarDelegate> delegate);
|
| virtual ~InfoBarAndroid();
|
|
|
| // InfoBar:
|
|
|