| Index: components/autofill/content/renderer/password_form_conversion_utils.h
|
| diff --git a/components/autofill/content/renderer/password_form_conversion_utils.h b/components/autofill/content/renderer/password_form_conversion_utils.h
|
| index 155f77b9d761c5898357e24b609d402c26c74254..3100f759f46f3837f63e1a3f136c0d548fc271ad 100644
|
| --- a/components/autofill/content/renderer/password_form_conversion_utils.h
|
| +++ b/components/autofill/content/renderer/password_form_conversion_utils.h
|
| @@ -8,6 +8,7 @@
|
| #include <map>
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "url/gurl.h"
|
|
|
| namespace blink {
|
| class WebFormElement;
|
| @@ -31,6 +32,8 @@ scoped_ptr<PasswordForm> CreatePasswordForm(
|
| const std::map<const blink::WebInputElement, blink::WebString>*
|
| user_modified_elements);
|
|
|
| +GURL GetCanonicalActionURL(const blink::WebFormElement& form);
|
| +
|
| } // namespace autofill
|
|
|
| #endif // COMPONENTS_AUTOFILL_CONTENT_RENDERER_PASSWORD_FORM_CONVERSION_UTILS_H__
|
|
|