| 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 dd603067defcd5aa868289fef122c9cc2acb877c..93f8d7c58d7a2dd4ff16d71391ee5716ce7b95ca 100644
|
| --- a/chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h
|
| +++ b/chrome/browser/ui/gtk/autofill/autofill_popup_view_gtk.h
|
| @@ -12,7 +12,6 @@
|
| #include "content/public/browser/keyboard_listener.h"
|
| #include "ui/base/glib/glib_integers.h"
|
| #include "ui/base/gtk/gtk_signal.h"
|
| -#include "ui/gfx/font.h"
|
|
|
| class GtkThemeService;
|
| class Profile;
|
| @@ -103,10 +102,6 @@ class AutofillPopupViewGtk : public AutofillPopupView,
|
| PangoLayout* layout_; // Strong reference
|
| GtkThemeService* theme_service_;
|
|
|
| - // The fonts for the popup text.
|
| - gfx::Font value_font_;
|
| - gfx::Font label_font_;
|
| -
|
| // The size of the popup.
|
| gfx::Rect bounds_;
|
|
|
|
|