Index: content/renderer/media/peer_connection_handler_base.h |
diff --git a/content/renderer/media/peer_connection_handler_base.h b/content/renderer/media/peer_connection_handler_base.h |
index 7c62b227be952666e1e51631c376315b8d8307ba..db6c0407e3101f2c345a8821b2bf9c969ef33b44 100644 |
--- a/content/renderer/media/peer_connection_handler_base.h |
+++ b/content/renderer/media/peer_connection_handler_base.h |
@@ -32,10 +32,10 @@ class CONTENT_EXPORT PeerConnectionHandlerBase |
protected: |
virtual ~PeerConnectionHandlerBase(); |
- void AddStream(const WebKit::WebMediaStream& stream); |
- bool AddStream(const WebKit::WebMediaStream& stream, |
+ void AddStream(const blink::WebMediaStream& stream); |
+ bool AddStream(const blink::WebMediaStream& stream, |
const webrtc::MediaConstraintsInterface* constraints); |
- void RemoveStream(const WebKit::WebMediaStream& stream); |
+ void RemoveStream(const blink::WebMediaStream& stream); |
// dependency_factory_ is a raw pointer, and is valid for the lifetime of |
// MediaStreamImpl. |