Index: components/autofill/core/common/autofill_messages.h |
diff --git a/components/autofill/core/common/autofill_messages.h b/components/autofill/core/common/autofill_messages.h |
index e52e229c29804dfa2bf0a6a90d054ef2a9dd57cc..b0b1548d52a88ddee72c88a4f324d5583ac14b7b 100644 |
--- a/components/autofill/core/common/autofill_messages.h |
+++ b/components/autofill/core/common/autofill_messages.h |
@@ -89,8 +89,8 @@ IPC_STRUCT_TRAITS_BEGIN(autofill::PasswordAndRealm) |
IPC_STRUCT_TRAITS_END() |
IPC_ENUM_TRAITS_MAX_VALUE( |
- WebKit::WebFormElement::AutocompleteResult, |
- WebKit::WebFormElement::AutocompleteResultErrorInvalid) |
+ blink::WebFormElement::AutocompleteResult, |
+ blink::WebFormElement::AutocompleteResultErrorInvalid) |
// Autofill messages sent from the browser to the renderer. |
@@ -149,7 +149,7 @@ IPC_MESSAGE_ROUTED1(AutofillMsg_FormNotBlacklisted, |
// error). If it was a success, the renderer fills the form that requested |
// autocomplete with the |form_data| values input by the user. |
IPC_MESSAGE_ROUTED2(AutofillMsg_RequestAutocompleteResult, |
- WebKit::WebFormElement::AutocompleteResult /* result */, |
+ blink::WebFormElement::AutocompleteResult /* result */, |
autofill::FormData /* form_data */) |
// Sent when the current page is actually displayed in the browser, possibly |