| Index: components/autofill/browser/autofill_download_unittest.cc
|
| diff --git a/components/autofill/browser/autofill_download_unittest.cc b/components/autofill/browser/autofill_download_unittest.cc
|
| index 3218bcc6f243a9abcde979e745ec4d60c2cc0885..c773dc69db0d24062bf26edb13ecf35b4a931f9a 100644
|
| --- a/components/autofill/browser/autofill_download_unittest.cc
|
| +++ b/components/autofill/browser/autofill_download_unittest.cc
|
| @@ -174,7 +174,7 @@ TEST_F(AutofillDownloadTest, QueryAndUploadTest) {
|
| field.form_control_type = "password";
|
| form.fields.push_back(field);
|
|
|
| - field.label = string16();
|
| + field.label = base::string16();
|
| field.name = ASCIIToUTF16("Submit");
|
| field.form_control_type = "submit";
|
| form.fields.push_back(field);
|
| @@ -200,7 +200,7 @@ TEST_F(AutofillDownloadTest, QueryAndUploadTest) {
|
| field.form_control_type = "text";
|
| form.fields.push_back(field);
|
|
|
| - field.label = string16();
|
| + field.label = base::string16();
|
| field.name = ASCIIToUTF16("Submit");
|
| field.form_control_type = "submit";
|
| form.fields.push_back(field);
|
|
|