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

Unified Diff: Source/modules/mediastream/RTCPeerConnection.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « Source/modules/mediastream/RTCIceCandidate.cpp ('k') | Source/modules/mediastream/RTCPeerConnection.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/mediastream/RTCPeerConnection.h
diff --git a/Source/modules/mediastream/RTCPeerConnection.h b/Source/modules/mediastream/RTCPeerConnection.h
index 2cf1a119714e2a5e0206d99f6f4adfd3a755c3f5..d0eead57c50c7391c60fdbb281a80e1cf5d9f62c 100644
--- a/Source/modules/mediastream/RTCPeerConnection.h
+++ b/Source/modules/mediastream/RTCPeerConnection.h
@@ -113,7 +113,7 @@ public:
// RTCPeerConnectionHandlerClient
virtual void negotiationNeeded() OVERRIDE;
- virtual void didGenerateIceCandidate(WebKit::WebRTCICECandidate) OVERRIDE;
+ virtual void didGenerateIceCandidate(blink::WebRTCICECandidate) OVERRIDE;
virtual void didChangeSignalingState(SignalingState) OVERRIDE;
virtual void didChangeIceGatheringState(IceGatheringState) OVERRIDE;
virtual void didChangeIceConnectionState(IceConnectionState) OVERRIDE;
« no previous file with comments | « Source/modules/mediastream/RTCIceCandidate.cpp ('k') | Source/modules/mediastream/RTCPeerConnection.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698