| Index: content/common/dom_storage_messages.h | 
| diff --git a/content/common/dom_storage_messages.h b/content/common/dom_storage_messages.h | 
| index 77169ce15ded319e9dd034314e96014e41b3247e..b0c98f16548a32a8fc4c78ce927d35ebadf74af2 100644 | 
| --- a/content/common/dom_storage_messages.h | 
| +++ b/content/common/dom_storage_messages.h | 
| @@ -68,8 +68,7 @@ IPC_SYNC_MESSAGE_CONTROL2_1(DOMStorageHostMsg_GetItem, | 
| NullableString16 /* value */) | 
|  | 
| // Set a value that's associated with a key in a storage area. | 
| -IPC_SYNC_MESSAGE_CONTROL5_2(DOMStorageHostMsg_SetItem, | 
| -                            int /* routing_id */, | 
| +IPC_SYNC_MESSAGE_CONTROL4_2(DOMStorageHostMsg_SetItem, | 
| int64 /* storage_area_id */, | 
| string16 /* key */, | 
| string16 /* value */, | 
|  |