Index: chrome/browser/ui/views/infobars/infobar_view.h |
=================================================================== |
--- chrome/browser/ui/views/infobars/infobar_view.h (revision 238220) |
+++ chrome/browser/ui/views/infobars/infobar_view.h (working copy) |
@@ -35,7 +35,7 @@ |
public views::ButtonListener, |
public views::ExternalFocusTracker { |
public: |
- InfoBarView(InfoBarService* owner, InfoBarDelegate* delegate); |
+ explicit InfoBarView(scoped_ptr<InfoBarDelegate> delegate); |
const SkPath& fill_path() const { return fill_path_; } |
const SkPath& stroke_path() const { return stroke_path_; } |