Index: chrome/renderer/autofill/autofill_agent.h |
diff --git a/chrome/renderer/autofill/autofill_agent.h b/chrome/renderer/autofill/autofill_agent.h |
index f7207c509511b915d7bde30a9dae142b68cb8775..8c63d8ff4cc12c77bbfc71f5a8fbdd39b4139b44 100644 |
--- a/chrome/renderer/autofill/autofill_agent.h |
+++ b/chrome/renderer/autofill/autofill_agent.h |
@@ -112,8 +112,8 @@ class AutofillAgent : public content::RenderViewObserver, |
void OnAcceptPasswordAutofillSuggestion(const string16& value); |
// For interactive autocomplete. |
- void OnRequestAutocompleteFinished( |
- WebKit::WebFormElement::AutocompleteResult result); |
+ void OnRequestAutocompleteSuccess(const FormData& form_data); |
+ void OnRequestAutocompleteError(); |
// Called in a posted task by textFieldDidChange() to work-around a WebKit bug |
// http://bugs.webkit.org/show_bug.cgi?id=16976 |