| 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 c39dc6d6328ef85db8cba6cbe77cf1c49dec15bf..bd4fb2890ffc00e57939e794f618e93c1a663cde 100644
|
| --- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.h
|
| +++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.h
|
| @@ -97,6 +97,7 @@ class AutofillPopupControllerImpl : public AutofillPopupController {
|
| base::string16* body) override;
|
| bool RemoveSuggestion(int list_index) override;
|
| SkColor GetBackgroundColorForRow(int index) const override;
|
| + SkColor GetTextColorForRow(int index) const override;
|
| int selected_line() const override;
|
| const AutofillPopupLayoutModel& layout_model() const override;
|
|
|
|
|