Index: chrome/common/autofill_messages.h |
diff --git a/chrome/common/autofill_messages.h b/chrome/common/autofill_messages.h |
index d45c186b5681e6637f16292914eb08812e43386a..bad869035951c31f76e0431fdc4003b77315cb0d 100644 |
--- a/chrome/common/autofill_messages.h |
+++ b/chrome/common/autofill_messages.h |
@@ -143,7 +143,7 @@ IPC_MESSAGE_ROUTED1(AutofillMsg_RequestAutocompleteSuccess, |
// Sent when requestAutocomplete() fails. Currently, this happens when a form is |
// requested to be autocompleted with no input or select tags with autocomplete |
// attributes. |
-IPC_MESSAGE_ROUTED0(AutofillMsg_RequestAutocompleteError); |
+IPC_MESSAGE_ROUTED0(AutofillMsg_RequestAutocompleteError) |
// Autofill messages sent from the renderer to the browser. |