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