Index: content/common/indexed_db/indexed_db_messages.h |
=================================================================== |
--- content/common/indexed_db/indexed_db_messages.h (revision 158377) |
+++ content/common/indexed_db/indexed_db_messages.h (working copy) |
@@ -11,7 +11,6 @@ |
#include "content/common/indexed_db/indexed_db_key_range.h" |
#include "content/common/indexed_db/indexed_db_param_traits.h" |
#include "content/public/common/serialized_script_value.h" |
-#include "content/public/common/webkit_param_traits.h" |
#include "ipc/ipc_message_macros.h" |
#include "ipc/ipc_param_traits.h" |
#include "third_party/WebKit/Source/WebKit/chromium/public/WebExceptionCode.h" |
@@ -359,7 +358,7 @@ |
IPC_STRUCT_BEGIN(IndexedDBDatabaseMetadata) |
IPC_STRUCT_MEMBER(string16, name) |
IPC_STRUCT_MEMBER(string16, version) |
- IPC_STRUCT_MEMBER(int64_t, intVersion) |
+ IPC_STRUCT_MEMBER(int64, int_version) |
IPC_STRUCT_MEMBER(std::vector<IndexedDBObjectStoreMetadata>, object_stores) |
IPC_STRUCT_END() |