Index: content/shell/common/shell_messages.h |
diff --git a/content/shell/common/shell_messages.h b/content/shell/common/shell_messages.h |
index 62fc8f9707001d6f67452522db8370df7de26242..ce563fe6e3217e8c12b3bfa7734300f289e54879 100644 |
--- a/content/shell/common/shell_messages.h |
+++ b/content/shell/common/shell_messages.h |
@@ -105,8 +105,7 @@ IPC_MESSAGE_ROUTED0(ShellViewHostMsg_CloseRemainingWindows) |
IPC_STRUCT_TRAITS_BEGIN(content::LeakDetectionResult) |
IPC_STRUCT_TRAITS_MEMBER(leaked) |
-IPC_STRUCT_TRAITS_MEMBER(number_of_live_documents) |
-IPC_STRUCT_TRAITS_MEMBER(number_of_live_nodes) |
+IPC_STRUCT_TRAITS_MEMBER(detail) |
IPC_STRUCT_TRAITS_END() |
IPC_MESSAGE_ROUTED1(ShellViewHostMsg_LeakDetectionDone, |