Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 2f3756e959d62d306cc9a88a2dc6741393a3885e..afdf4fc0a4048b8ed04ec6b589bef76b3898e8b3 100644 |
--- a/content/common/view_messages.h |
+++ b/content/common/view_messages.h |
@@ -360,6 +360,7 @@ IPC_STRUCT_BEGIN(ViewHostMsg_DateTimeDialogValue_Params) |
IPC_STRUCT_MEMBER(int, hour) |
IPC_STRUCT_MEMBER(int, minute) |
IPC_STRUCT_MEMBER(int, second) |
+ IPC_STRUCT_MEMBER(int, week) |
IPC_STRUCT_END() |
IPC_STRUCT_BEGIN(ViewHostMsg_DidFailProvisionalLoadWithError_Params) |