From 1156f7b99886a9efbbf19ab49cecf382ce9f5ef0 Mon Sep 17 00:00:00 2001 From: "pinkerton@google.com" Date: Thu, 4 Dec 2008 19:13:59 +0000 Subject: really fix the ifdef git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6367 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/ipc_message_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/common/ipc_message_utils.h') diff --git a/chrome/common/ipc_message_utils.h b/chrome/common/ipc_message_utils.h index fb1aece..b01d037 100644 --- a/chrome/common/ipc_message_utils.h +++ b/chrome/common/ipc_message_utils.h @@ -1106,7 +1106,7 @@ class MessageWithReply : public SyncMessage { ReadParam(msg, &iter, &p); LogParam(p, l); -#if IPC_MESSAGE_LOG_ENABLED +#if defined(IPC_MESSAGE_LOG_ENABLED) const std::wstring& output_params = msg->output_params(); if (!l->empty() && !output_params.empty()) l->append(L", "); -- cgit v1.1