Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index 8592fcf5d18ee7a42f81dfcec0241993ce94e1dc..fbd56f7dbd3e17bc05d28a69879517dfd5950405 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -1611,7 +1611,7 @@ IPC_MESSAGE_ROUTED1(FrameHostMsg_HittestData, FrameHostMsg_HittestData_Params) |
// FrameMsg_RunFileChooserResponse message. |
IPC_MESSAGE_ROUTED1(FrameHostMsg_RunFileChooser, content::FileChooserParams) |
-// Messages to signal the presence or absence of beforeunload or unload handlers |
+// Messages to signal the presence or absence of BeforeUnload or Unload handlers |
// for a frame. |present| is true if there is at least one of the handlers for |
// the frame. |
IPC_MESSAGE_ROUTED1(FrameHostMsg_BeforeUnloadHandlersPresent, |