diff options
Diffstat (limited to 'content/renderer/media/peer_connection_handler_base.h')
-rw-r--r-- | content/renderer/media/peer_connection_handler_base.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/renderer/media/peer_connection_handler_base.h b/content/renderer/media/peer_connection_handler_base.h index fc57b35..7ccf42a 100644 --- a/content/renderer/media/peer_connection_handler_base.h +++ b/content/renderer/media/peer_connection_handler_base.h @@ -15,6 +15,7 @@ #include "third_party/libjingle/source/talk/app/webrtc/peerconnectioninterface.h" #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebMediaStreamDescriptor.h" +namespace content { class MediaStreamDependencyFactory; // PeerConnectionHandlerBase is the base class of a delegate for the @@ -55,4 +56,6 @@ class CONTENT_EXPORT PeerConnectionHandlerBase DISALLOW_COPY_AND_ASSIGN(PeerConnectionHandlerBase); }; +} // namespace content + #endif // CONTENT_RENDERER_MEDIA_PEER_CONNECTION_HANDLER_BASE_H_ |