Index: chrome/browser/autofill/address.cc |
=================================================================== |
--- chrome/browser/autofill/address.cc (revision 35729) |
+++ chrome/browser/autofill/address.cc (working copy) |
@@ -89,7 +89,7 @@ |
if (field_type == GetCountryType()) |
return country(); |
- return EmptyString16(); |
+ return string16(); |
} |
void Address::SetInfo(const AutoFillType& type, const string16& value) { |