Index: chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h |
diff --git a/chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h b/chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h |
index 2d0997f9ecca34eb4eec2db1d9ac229c437daf00..55c39c0ed6d2d4fa3c2d96f36f60aa0f3a45eb64 100644 |
--- a/chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h |
+++ b/chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h |
@@ -14,6 +14,9 @@ |
#include "ui/base/gtk/gtk_signal.h" |
#include "ui/gfx/font.h" |
+class GtkThemeService; |
+class Profile; |
+ |
namespace content { |
class RenderViewHost; |
} |
@@ -33,6 +36,7 @@ class AutofillPopupViewGtk : public AutofillPopupView, |
public KeyboardListener { |
public: |
AutofillPopupViewGtk(content::WebContents* web_contents, |
+ Profile* profile, |
AutofillExternalDelegate* external_delegate, |
GtkWidget* parent); |
virtual ~AutofillPopupViewGtk(); |
@@ -71,9 +75,7 @@ class AutofillPopupViewGtk : public AutofillPopupView, |
GtkWidget* window_; // Strong reference. |
PangoLayout* layout_; // Strong reference |
gfx::Font font_; |
- |
- // The height of each individual Autofill popup row. |
- int row_height_; |
+ GtkThemeService* theme_service_; |
// The size of the popup. |
gfx::Rect bounds_; |