| Index: components/webdata/autofill/autofill_entry.cc
|
| diff --git a/components/webdata/autofill/autofill_entry.cc b/components/webdata/autofill/autofill_entry.cc
|
| index dda5cf570f2502e4fb2c4006efb69a8c9a6260b9..68dfa0a6259bab73d44617de46f9470990542df7 100644
|
| --- a/components/webdata/autofill/autofill_entry.cc
|
| +++ b/components/webdata/autofill/autofill_entry.cc
|
| @@ -19,7 +19,8 @@ const int64 kExpirationPeriodInDays = 60;
|
|
|
| AutofillKey::AutofillKey() {}
|
|
|
| -AutofillKey::AutofillKey(const string16& name, const string16& value)
|
| +AutofillKey::AutofillKey(const base::string16& name,
|
| + const base::string16& value)
|
| : name_(name),
|
| value_(value) {
|
| }
|
|
|