Index: trunk/src/chrome/browser/ui/autofill/autofill_dialog_types.cc |
=================================================================== |
--- trunk/src/chrome/browser/ui/autofill/autofill_dialog_types.cc (revision 195318) |
+++ trunk/src/chrome/browser/ui/autofill/autofill_dialog_types.cc (working copy) |
@@ -69,13 +69,11 @@ |
} |
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), |