| Index: chrome/browser/ui/autofill/autofill_dialog_types.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_types.cc b/chrome/browser/ui/autofill/autofill_dialog_types.cc
|
| index 81902c1aec10e52b5b847902b2df994dda2a59bc..5c3b596592110020fa9464861438c03296cafaef 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_types.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_types.cc
|
| @@ -69,11 +69,13 @@ bool DialogNotification::HasCheckbox() const {
|
| }
|
|
|
| SuggestionState::SuggestionState(const string16& text,
|
| + gfx::Font::FontStyle text_style,
|
| const gfx::Image& icon,
|
| const string16& extra_text,
|
| const gfx::Image& extra_icon,
|
| bool editable)
|
| : text(text),
|
| + text_style(text_style),
|
| icon(icon),
|
| extra_text(extra_text),
|
| extra_icon(extra_icon),
|
|
|