Commit 1f2c99b3 authored by dbeam@chromium.org's avatar dbeam@chromium.org

Fix clang build.

TBR=isherman@chromium.org
BUG=none
TEST=clang compiles

Review URL: https://codereview.chromium.org/11415240

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170585 0039d316-1c4b-4281-b951-d872f2087c98
parent 1274aaf8
...@@ -143,7 +143,7 @@ IPC_MESSAGE_ROUTED1(AutofillMsg_RequestAutocompleteSuccess, ...@@ -143,7 +143,7 @@ IPC_MESSAGE_ROUTED1(AutofillMsg_RequestAutocompleteSuccess,
// Sent when requestAutocomplete() fails. Currently, this happens when a form is // Sent when requestAutocomplete() fails. Currently, this happens when a form is
// requested to be autocompleted with no input or select tags with autocomplete // requested to be autocompleted with no input or select tags with autocomplete
// attributes. // attributes.
IPC_MESSAGE_ROUTED0(AutofillMsg_RequestAutocompleteError); IPC_MESSAGE_ROUTED0(AutofillMsg_RequestAutocompleteError)
// Autofill messages sent from the renderer to the browser. // Autofill messages sent from the renderer to the browser.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment