Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(305)

Unified Diff: components/autofill/core/common/autofill_messages.h

Issue 63273002: Rename WebKit namespace to blink (part 4) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « components/autofill/core/browser/form_structure_unittest.cc ('k') | components/plugins/renderer/mobile_youtube_plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698