diff options
Diffstat (limited to 'chrome/browser/ui/autofill/autofill_dialog_common.cc')
-rw-r--r-- | chrome/browser/ui/autofill/autofill_dialog_common.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/autofill/autofill_dialog_common.cc b/chrome/browser/ui/autofill/autofill_dialog_common.cc index 753104e..0015896 100644 --- a/chrome/browser/ui/autofill/autofill_dialog_common.cc +++ b/chrome/browser/ui/autofill/autofill_dialog_common.cc @@ -213,7 +213,7 @@ string16 GetHardcodedValueForType(ServerFieldType type) { return country.name(); } - return string16(); + return base::string16(); } } // namespace common |