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

Unified Diff: chrome/browser/ui/gtk/infobars/link_infobar_gtk.h

Issue 10830353: Introduce InfoBarTabService API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to review comments Created 8 years, 4 months 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: chrome/browser/ui/gtk/infobars/link_infobar_gtk.h
diff --git a/chrome/browser/ui/gtk/infobars/link_infobar_gtk.h b/chrome/browser/ui/gtk/infobars/link_infobar_gtk.h
index dd93c0e7807cd3d59984287ab5b6a377cc9d6ae4..87bc7a65724675c09c777402fecbd1e45d46794b 100644
--- a/chrome/browser/ui/gtk/infobars/link_infobar_gtk.h
+++ b/chrome/browser/ui/gtk/infobars/link_infobar_gtk.h
@@ -10,6 +10,7 @@
#include "ui/base/gtk/gtk_signal.h"
class LinkInfoBarDelegate;
+class InfoBarTabHelper;
// An infobar that shows a string with an embedded link.
class LinkInfoBarGtk : public InfoBarGtk {

Powered by Google App Engine
This is Rietveld 408576698