Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Unified Diff: ipc/ipc_channel_proxy_unittest.cc

Issue 245443005: Move IPC::MessageFilter and router to a separate file (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: pre-review cleanups Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ipc/ipc_channel_proxy_unittest.cc
diff --git a/ipc/ipc_channel_proxy_unittest.cc b/ipc/ipc_channel_proxy_unittest.cc
index 431f410d7fa08f7cd791ca57091382511d3db69e..eb7fb26266c01fd7a88c64265ff53938920227cd 100644
--- a/ipc/ipc_channel_proxy_unittest.cc
+++ b/ipc/ipc_channel_proxy_unittest.cc
@@ -8,6 +8,7 @@
#include "base/pickle.h"
#include "base/threading/thread.h"
#include "ipc/ipc_message.h"
+#include "ipc/ipc_message_filter.h"
#include "ipc/ipc_message_macros.h"
#include "ipc/ipc_test_base.h"
@@ -81,7 +82,7 @@ class ChannelReflectorListener : public IPC::Listener {
IPC::Channel* channel_;
};
-class MessageCountFilter : public IPC::ChannelProxy::MessageFilter {
+class MessageCountFilter : public IPC::MessageFilter {
public:
MessageCountFilter()
: messages_received_(0),

Powered by Google App Engine
This is Rietveld 408576698