Index: Source/core/platform/mediastream/RTCPeerConnectionHandlerClient.h |
diff --git a/Source/core/platform/mediastream/RTCPeerConnectionHandlerClient.h b/Source/core/platform/mediastream/RTCPeerConnectionHandlerClient.h |
index e78e44c71f72e43db1cf6e68840198c9d98a0092..46f276fb3bd316e263fe46916a106668ed188d51 100644 |
--- a/Source/core/platform/mediastream/RTCPeerConnectionHandlerClient.h |
+++ b/Source/core/platform/mediastream/RTCPeerConnectionHandlerClient.h |
@@ -33,7 +33,7 @@ |
#include "wtf/PassRefPtr.h" |
-namespace WebKit { |
+namespace blink { |
class WebRTCICECandidate; |
} |
@@ -72,7 +72,7 @@ public: |
virtual ~RTCPeerConnectionHandlerClient() { } |
virtual void negotiationNeeded() = 0; |
- virtual void didGenerateIceCandidate(WebKit::WebRTCICECandidate) = 0; |
+ virtual void didGenerateIceCandidate(blink::WebRTCICECandidate) = 0; |
virtual void didChangeSignalingState(SignalingState) = 0; |
virtual void didChangeIceGatheringState(IceGatheringState) = 0; |
virtual void didChangeIceConnectionState(IceConnectionState) = 0; |