| Index: components/autofill/common/form_data.h
|
| diff --git a/components/autofill/common/form_data.h b/components/autofill/common/form_data.h
|
| index 01ab98a7c0fb1ece19a6343363eeab5083a67b26..8d683beb6381b04d16c3357e5351384b0bd5d21f 100644
|
| --- a/components/autofill/common/form_data.h
|
| +++ b/components/autofill/common/form_data.h
|
| @@ -23,9 +23,9 @@ struct FormData {
|
| bool operator!=(const FormData& form) const;
|
|
|
| // The name of the form.
|
| - string16 name;
|
| + base::string16 name;
|
| // GET or POST.
|
| - string16 method;
|
| + base::string16 method;
|
| // The URL (minus query parameters) containing the form.
|
| GURL origin;
|
| // The action target of the form.
|
|
|