diff options
author | mbarbella <mbarbella@chromium.org> | 2015-05-01 15:56:09 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-01 22:57:04 +0000 |
commit | 9512ca75b06c184ef9557499a96de3d5df73eb5f (patch) | |
tree | 17326f9025920d05e77da6bb1f7cd335b9fc5783 /components/autofill/content/common | |
parent | c288745fb6d402b0b0c499f6c8867390fb7301cd (diff) | |
download | chromium_src-9512ca75b06c184ef9557499a96de3d5df73eb5f.zip chromium_src-9512ca75b06c184ef9557499a96de3d5df73eb5f.tar.gz chromium_src-9512ca75b06c184ef9557499a96de3d5df73eb5f.tar.bz2 |
Remove extra semicolon from autofill_messages.h.
R=tsepez@chromium.org,gcasto@chromium.org
Review URL: https://codereview.chromium.org/1123553002
Cr-Commit-Position: refs/heads/master@{#328004}
Diffstat (limited to 'components/autofill/content/common')
-rw-r--r-- | components/autofill/content/common/autofill_messages.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/autofill/content/common/autofill_messages.h b/components/autofill/content/common/autofill_messages.h index 14c7755..4c3ec10 100644 --- a/components/autofill/content/common/autofill_messages.h +++ b/components/autofill/content/common/autofill_messages.h @@ -321,7 +321,7 @@ IPC_MESSAGE_ROUTED0(AutofillHostMsg_HidePasswordGenerationPopup) // Instructs the browsr that form no longer contains a generated password. IPC_MESSAGE_ROUTED1(AutofillHostMsg_PasswordNoLongerGenerated, - autofill::PasswordForm); + autofill::PasswordForm) // Instruct the browser to show a popup with suggestions filled from data // associated with |key|. The popup will use |text_direction| for displaying |