Index: content/browser/renderer_host/media/peer_connection_tracker_host.h |
diff --git a/content/browser/renderer_host/media/peer_connection_tracker_host.h b/content/browser/renderer_host/media/peer_connection_tracker_host.h |
index 58a36e0e52c95ae95bb945f4a54838fb7d3a9cac..271fc0d6ba4c30c1c2c5748664aab927f9022ce4 100644 |
--- a/content/browser/renderer_host/media/peer_connection_tracker_host.h |
+++ b/content/browser/renderer_host/media/peer_connection_tracker_host.h |
@@ -10,7 +10,6 @@ |
struct PeerConnectionInfo; |
namespace content { |
-class WebRTCInternals; |
// This class is the host for PeerConnectionTracker in the browser process |
// managed by RenderProcessHostImpl. It passes IPC messages between |
@@ -22,6 +21,8 @@ class PeerConnectionTrackerHost : public BrowserMessageFilter { |
// content::BrowserMessageFilter override. |
virtual bool OnMessageReceived(const IPC::Message& message, |
bool* message_was_ok) OVERRIDE; |
+ virtual void OverrideThreadForMessage(const IPC::Message& message, |
+ BrowserThread::ID* thread) OVERRIDE; |
protected: |
virtual ~PeerConnectionTrackerHost(); |