| Index: components/autofill/renderer/form_autofill_util.h
|
| diff --git a/components/autofill/renderer/form_autofill_util.h b/components/autofill/renderer/form_autofill_util.h
|
| index a7579ceb8cdb818489f7f3fbf2f6ca7a50910866..dfc80cdbc264ba8e7f96e08ccbb2fe92134538eb 100644
|
| --- a/components/autofill/renderer/form_autofill_util.h
|
| +++ b/components/autofill/renderer/form_autofill_util.h
|
| @@ -64,7 +64,7 @@ bool IsAutofillableInputElement(const WebKit::WebInputElement* element);
|
|
|
| // Returns the form's |name| attribute if non-empty; otherwise the form's |id|
|
| // attribute.
|
| -const string16 GetFormIdentifier(const WebKit::WebFormElement& form);
|
| +const base::string16 GetFormIdentifier(const WebKit::WebFormElement& form);
|
|
|
| // Returns true if the element specified by |click_element| was successfully
|
| // clicked.
|
|
|