Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8100)

Unified Diff: chrome/browser/ui/autofill/data_model_wrapper.cc

Issue 390083003: Use street address collapser instead of line separator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments. Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/autofill/data_model_wrapper.cc
diff --git a/chrome/browser/ui/autofill/data_model_wrapper.cc b/chrome/browser/ui/autofill/data_model_wrapper.cc
index de9b8b7201a8f114f773bba3ecf566c6bc740446..17dc23212161dfac11146451cab88d18ba25e5cb 100644
--- a/chrome/browser/ui/autofill/data_model_wrapper.cc
+++ b/chrome/browser/ui/autofill/data_model_wrapper.cc
@@ -381,7 +381,7 @@ I18nAddressDataWrapper::~I18nAddressDataWrapper() {}
base::string16 I18nAddressDataWrapper::GetInfo(const AutofillType& type) const {
::i18n::addressinput::AddressField field;
- if (!i18ninput::FieldForType(type.GetStorableType(), &field))
+ if (!i18n::FieldForType(type.GetStorableType(), &field))
return base::string16();
if (field == ::i18n::addressinput::STREET_ADDRESS)
« no previous file with comments | « chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc ('k') | components/autofill/core/browser/address_i18n.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698