Index: chrome/browser/ui/autofill/autofill_popup_controller_impl.h |
diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_impl.h b/chrome/browser/ui/autofill/autofill_popup_controller_impl.h |
index 1bb9f6d29148fc23d3d6db780b800c1488312480..f66958667ff64cafe384f5d5d5e21c13017d7541 100644 |
--- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.h |
+++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.h |
@@ -94,8 +94,8 @@ class AutofillPopupControllerImpl : public AutofillPopupController { |
bool RemoveSuggestion(int list_index) override; |
#if !defined(OS_ANDROID) |
const gfx::FontList& GetValueFontListForRow(size_t index) const override; |
- const gfx::FontList& GetLabelFontList() const override; |
#endif |
+ const gfx::FontList& GetLabelFontList() const override; |
int selected_line() const override; |
content::WebContents* web_contents(); |
@@ -185,10 +185,10 @@ class AutofillPopupControllerImpl : public AutofillPopupController { |
#if !defined(OS_ANDROID) |
// The fonts for the popup text. |
gfx::FontList value_font_list_; |
- gfx::FontList label_font_list_; |
gfx::FontList warning_font_list_; |
gfx::FontList title_font_list_; |
#endif |
+ gfx::FontList label_font_list_; |
// The line that is currently selected by the user. |
// |kNoSelection| indicates that no line is currently selected. |