Index: chrome/browser/dom_ui/options/autofill_options_handler.cc |
=================================================================== |
--- chrome/browser/dom_ui/options/autofill_options_handler.cc (revision 63786) |
+++ chrome/browser/dom_ui/options/autofill_options_handler.cc (working copy) |
@@ -157,7 +157,7 @@ |
personal_data_->profiles().begin(); |
i != personal_data_->profiles().end(); ++i) { |
DictionaryValue* address = new DictionaryValue(); |
- address->SetString("label", (*i)->PreviewSummary()); |
+ address->SetString("label", (*i)->Label()); |
address->SetInteger("uniqueID", (*i)->unique_id()); |
addresses.Append(address); |
} |