| Index: components/autofill/core/common/form_field_data.cc
|
| diff --git a/components/autofill/core/common/form_field_data.cc b/components/autofill/core/common/form_field_data.cc
|
| index afa9f53e0bc691f3df6b314583e3231307c7f5ab..d89e66e325e90a9001b160c79367f7b4a6708fc4 100644
|
| --- a/components/autofill/core/common/form_field_data.cc
|
| +++ b/components/autofill/core/common/form_field_data.cc
|
| @@ -26,7 +26,7 @@ bool ReadStringVector(PickleIterator* iter,
|
| if (!iter->ReadInt(&size))
|
| return false;
|
|
|
| - string16 pickle_data;
|
| + base::string16 pickle_data;
|
| for (int i = 0; i < size; i++) {
|
| if (!iter->ReadString16(&pickle_data))
|
| return false;
|
|
|