| Index: chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| index d9d2907c34a3b2cf294105e073a2c650c95703cb..2f82f2d8aba95287ac7ef0cb4d9778fccac25c7d 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
|
| @@ -462,10 +462,10 @@ const gfx::FontList& AutofillPopupControllerImpl::GetValueFontListForRow(
|
| return value_font_list_;
|
| }
|
|
|
| +#endif
|
| const gfx::FontList& AutofillPopupControllerImpl::GetLabelFontList() const {
|
| return label_font_list_;
|
| }
|
| -#endif
|
|
|
| int AutofillPopupControllerImpl::selected_line() const {
|
| return selected_line_;
|
|
|