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

Unified Diff: chrome/common/autofill_messages.h

Issue 11415240: Fix clang build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698