From 320eff44dc909bf0fe575b3bff1df08a2fd99736 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Tue, 15 Nov 2011 00:29:48 +0000 Subject: Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle, and media. BUG=none TEST=none Review URL: http://codereview.chromium.org/8511045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109998 0039d316-1c4b-4281-b951-d872f2087c98 --- ipc/ipc_sync_channel.h | 7 +++---- ipc/ipc_sync_message_filter.h | 5 ++--- 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'ipc') diff --git a/ipc/ipc_sync_channel.h b/ipc/ipc_sync_channel.h index 29844da..e43933e 100644 --- a/ipc/ipc_sync_channel.h +++ b/ipc/ipc_sync_channel.h @@ -2,8 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef IPC_IPC_SYNC_SENDER_H__ -#define IPC_IPC_SYNC_SENDER_H__ +#ifndef IPC_IPC_SYNC_CHANNEL_H_ +#define IPC_IPC_SYNC_CHANNEL_H_ #pragma once #include @@ -24,7 +24,6 @@ class WaitableEvent; namespace IPC { class SyncMessage; -class MessageReplyDeserializer; // This is similar to ChannelProxy, with the added feature of supporting sending // synchronous messages. @@ -197,4 +196,4 @@ class IPC_EXPORT SyncChannel : public ChannelProxy, } // namespace IPC -#endif // IPC_IPC_SYNC_SENDER_H__ +#endif // IPC_IPC_SYNC_CHANNEL_H_ diff --git a/ipc/ipc_sync_message_filter.h b/ipc/ipc_sync_message_filter.h index cdaef85..4b5b55f 100644 --- a/ipc/ipc_sync_message_filter.h +++ b/ipc/ipc_sync_message_filter.h @@ -6,12 +6,13 @@ #define IPC_IPC_SYNC_MESSAGE_FILTER_H_ #pragma once +#include + #include "base/basictypes.h" #include "base/memory/ref_counted.h" #include "base/synchronization/lock.h" #include "ipc/ipc_channel_proxy.h" #include "ipc/ipc_sync_message.h" -#include namespace base { class MessageLoopProxy; @@ -20,8 +21,6 @@ class WaitableEvent; namespace IPC { -class MessageReplyDeserializer; - // This MessageFilter allows sending synchronous IPC messages from a thread // other than the listener thread associated with the SyncChannel. It does not // support fancy features that SyncChannel does, such as handling recursion or -- cgit v1.1