| Index: components/autofill/core/browser/webdata/autofill_entry.cc
|
| diff --git a/components/autofill/core/browser/webdata/autofill_entry.cc b/components/autofill/core/browser/webdata/autofill_entry.cc
|
| index 5cdc237d88c62d71e45e1846dd224271211c5177..66ee6ca9369596a3a1d71e45ec810c03c6be5256 100644
|
| --- a/components/autofill/core/browser/webdata/autofill_entry.cc
|
| +++ b/components/autofill/core/browser/webdata/autofill_entry.cc
|
| @@ -27,8 +27,8 @@ AutofillKey::AutofillKey(const base::string16& name,
|
| }
|
|
|
| AutofillKey::AutofillKey(const char* name, const char* value)
|
| - : name_(UTF8ToUTF16(name)),
|
| - value_(UTF8ToUTF16(value)) {
|
| + : name_(base::UTF8ToUTF16(name)),
|
| + value_(base::UTF8ToUTF16(value)) {
|
| }
|
|
|
| AutofillKey::AutofillKey(const AutofillKey& key)
|
|
|