| Index: chrome/browser/ui/autofill/autofill_popup_controller.h
|
| diff --git a/chrome/browser/ui/autofill/autofill_popup_controller.h b/chrome/browser/ui/autofill/autofill_popup_controller.h
|
| index 2b4927cfc8cdd0b8aa576d83fd86f3983f1cd36f..b5f18fd21e558604d14215953a622f36b27470eb 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_controller.h
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_controller.h
|
| @@ -66,8 +66,8 @@ class AutofillPopupController : public AutofillPopupViewDelegate {
|
| // The same font can vary based on the type of data it is showing,
|
| // so we need to know the row.
|
| virtual const gfx::FontList& GetValueFontListForRow(size_t index) const = 0;
|
| - virtual const gfx::FontList& GetLabelFontList() const = 0;
|
| #endif
|
| + virtual const gfx::FontList& GetLabelFontList() const = 0;
|
|
|
| // Returns the index of the selected line. A line is "selected" when it is
|
| // hovered or has keyboard focus.
|
|
|