Index: ipc/ipc_sync_message_filter.h |
=================================================================== |
--- ipc/ipc_sync_message_filter.h (revision 109364) |
+++ ipc/ipc_sync_message_filter.h (working copy) |
@@ -6,12 +6,13 @@ |
#define IPC_IPC_SYNC_MESSAGE_FILTER_H_ |
#pragma once |
+#include <set> |
+ |
#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 <set> |
namespace base { |
class MessageLoopProxy; |
@@ -20,8 +21,6 @@ |
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 |