| Index: components/autofill/browser/form_structure.h
|
| diff --git a/components/autofill/browser/form_structure.h b/components/autofill/browser/form_structure.h
|
| index 5512accec6ca94278e0393542ef5d82dc59c2a7a..2f50bfc67b1c3302ef2ecf3baf49585e4a8cccb2 100644
|
| --- a/components/autofill/browser/form_structure.h
|
| +++ b/components/autofill/browser/form_structure.h
|
| @@ -207,7 +207,7 @@ class FormStructure {
|
| size_t active_field_count() const;
|
|
|
| // The name of the form.
|
| - string16 form_name_;
|
| + base::string16 form_name_;
|
|
|
| // The source URL.
|
| GURL source_url_;
|
|
|