| Index: chrome/browser/ui/views/infobars/infobar_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/infobars/infobar_view.h (revision 226624)
|
| +++ chrome/browser/ui/views/infobars/infobar_view.h (working copy)
|
| @@ -27,7 +27,7 @@
|
| class MenuButton;
|
| class MenuButtonListener;
|
| class MenuRunner;
|
| -}
|
| +} // namespace views
|
|
|
| class InfoBarView : public InfoBar,
|
| public views::View,
|
| @@ -34,7 +34,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_; }
|
|
|