Index: chrome/common/render_messages_internal.h |
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h |
index d4f4132b354f9627fa9b3e03eea106fa14046735..bcc512a82f8f5b2cd2ddc6b6d8e14e08580fbe64 100644 |
--- a/chrome/common/render_messages_internal.h |
+++ b/chrome/common/render_messages_internal.h |
@@ -2083,7 +2083,7 @@ IPC_BEGIN_MESSAGES(ViewHost) |
// Queries the browser for AutoFill suggestions for a form input field. |
IPC_MESSAGE_ROUTED3(ViewHostMsg_QueryFormFieldAutoFill, |
int /* id of this message */, |
- bool /* form_autofilled */, |
+ bool /* field autofilled */, |
webkit_glue::FormField /* the form field */) |
// Sent when the popup with AutoFill suggestions for a form is shown. |