Index: content/common/accessibility_messages.h |
diff --git a/content/common/accessibility_messages.h b/content/common/accessibility_messages.h |
index d7d826a4eb81542eb69e7ee22f6ced3e9549809e..2a300eab93ad073e9c77e3f354d6af3ef1e8682d 100644 |
--- a/content/common/accessibility_messages.h |
+++ b/content/common/accessibility_messages.h |
@@ -226,7 +226,7 @@ IPC_MESSAGE_ROUTED1( |
// Sent in response to AccessibilityMsg_HitTest. |
IPC_MESSAGE_ROUTED2(AccessibilityHostMsg_ChildFrameHitTestResult, |
gfx::Point /* location tested */, |
- int /* node id of result */); |
+ int /* node id of result */) |
// Sent in response to AccessibilityMsg_SnapshotTree. The callback id that was |
// passed to the request will be returned in |callback_id|, along with |