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

Unified Diff: content/browser/renderer_host/p2p/socket_host_test_utils.h

Issue 10662005: Use IPC::Sender and IPC::Listener in content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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: content/browser/renderer_host/p2p/socket_host_test_utils.h
diff --git a/content/browser/renderer_host/p2p/socket_host_test_utils.h b/content/browser/renderer_host/p2p/socket_host_test_utils.h
index 9c50cfd1dc1ca535112ce316e6197f25ea57ae75..3ab5de3108ed5239344c37f6c1275a4a4d5a6eb8 100644
--- a/content/browser/renderer_host/p2p/socket_host_test_utils.h
+++ b/content/browser/renderer_host/p2p/socket_host_test_utils.h
@@ -9,7 +9,7 @@
#include "base/sys_byteorder.h"
#include "content/common/p2p_messages.h"
-#include "ipc/ipc_message.h"
+#include "ipc/ipc_sender.h"
#include "ipc/ipc_message_utils.h"
#include "net/base/address_list.h"
#include "net/base/completion_callback.h"
@@ -33,7 +33,7 @@ const uint16 kStunBindingResponse = 0x0102;
const uint16 kStunBindingError = 0x0111;
const uint32 kStunMagicCookie = 0x2112A442;
-class MockIPCSender : public IPC::Message::Sender {
+class MockIPCSender : public IPC::Sender {
public:
MockIPCSender();
virtual ~MockIPCSender();
« no previous file with comments | « content/browser/renderer_host/p2p/socket_host_tcp_server.cc ('k') | content/browser/renderer_host/p2p/socket_host_udp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698