Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: trunk/src/chrome/browser/ui/views/infobars/alternate_nav_infobar_view.h

Issue 102163002: Revert 238283 "Infobar system refactor." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: trunk/src/chrome/browser/ui/views/infobars/alternate_nav_infobar_view.h
===================================================================
--- trunk/src/chrome/browser/ui/views/infobars/alternate_nav_infobar_view.h (revision 238401)
+++ trunk/src/chrome/browser/ui/views/infobars/alternate_nav_infobar_view.h (working copy)
@@ -5,7 +5,8 @@
#ifndef CHROME_BROWSER_UI_VIEWS_INFOBARS_ALTERNATE_NAV_INFOBAR_VIEW_H_
#define CHROME_BROWSER_UI_VIEWS_INFOBARS_ALTERNATE_NAV_INFOBAR_VIEW_H_
-#include "base/memory/scoped_ptr.h"
+#include "base/basictypes.h"
+#include "base/compiler_specific.h"
#include "chrome/browser/ui/views/infobars/infobar_view.h"
#include "ui/views/controls/link_listener.h"
@@ -15,8 +16,8 @@
class AlternateNavInfoBarView : public InfoBarView,
public views::LinkListener {
public:
- explicit AlternateNavInfoBarView(
- scoped_ptr<AlternateNavInfoBarDelegate> delegate);
+ AlternateNavInfoBarView(InfoBarService* owner,
+ AlternateNavInfoBarDelegate* delegate);
private:
virtual ~AlternateNavInfoBarView();

Powered by Google App Engine
This is Rietveld 408576698