Index: content/common/resource_messages.h |
diff --git a/content/common/resource_messages.h b/content/common/resource_messages.h |
index 2e604af7252be41f8b434fcd3737ef02b7d7f467..5f0fe5ad57220dfa0b6498df0cad94d2c9ea66e4 100644 |
--- a/content/common/resource_messages.h |
+++ b/content/common/resource_messages.h |
@@ -86,13 +86,13 @@ IPC_ENUM_TRAITS_MAX_VALUE( \ |
IPC_STRUCT_TRAITS_BEGIN(content::ResourceResponseHead) |
IPC_STRUCT_TRAITS_PARENT(content::ResourceResponseInfo) |
- IPC_STRUCT_TRAITS_MEMBER(error_code) |
IPC_STRUCT_TRAITS_MEMBER(request_start) |
IPC_STRUCT_TRAITS_MEMBER(response_start) |
IPC_STRUCT_TRAITS_END() |
IPC_STRUCT_TRAITS_BEGIN(content::SyncLoadResult) |
IPC_STRUCT_TRAITS_PARENT(content::ResourceResponseHead) |
+ IPC_STRUCT_TRAITS_MEMBER(error_code) |
IPC_STRUCT_TRAITS_MEMBER(final_url) |
IPC_STRUCT_TRAITS_MEMBER(data) |
IPC_STRUCT_TRAITS_END() |