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

Unified Diff: Source/core/platform/mediastream/RTCPeerConnectionHandlerClient.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
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;

Powered by Google App Engine
This is Rietveld 408576698