Index: content/common/indexed_db/indexed_db_messages.h |
diff --git a/content/common/indexed_db/indexed_db_messages.h b/content/common/indexed_db/indexed_db_messages.h |
index 12eb77a89eba5695f7de6b16dbf1dfd6d413f214..a744f14518bf05fbfba89e0c9b0d6036f6146099 100644 |
--- a/content/common/indexed_db/indexed_db_messages.h |
+++ b/content/common/indexed_db/indexed_db_messages.h |
@@ -194,7 +194,7 @@ IPC_STRUCT_BEGIN(IndexedDBHostMsg_DatabaseObserve_Params) |
IPC_STRUCT_MEMBER(bool, include_transaction) |
IPC_STRUCT_MEMBER(bool, no_records) |
IPC_STRUCT_MEMBER(bool, values) |
- IPC_STRUCT_MEMBER(unsigned short, operation_types) |
+ IPC_STRUCT_MEMBER(uint16_t, operation_types) |
IPC_STRUCT_END() |
// Used to set a value in an object store. |