| Index: public/platform/WebRTCPeerConnectionHandlerClient.h
|
| diff --git a/public/platform/WebRTCPeerConnectionHandlerClient.h b/public/platform/WebRTCPeerConnectionHandlerClient.h
|
| index c07de3633fe9cf826a5842d47a64d0e90825888d..27a24fb401d3e56b4c3779593599b117c64527cc 100644
|
| --- a/public/platform/WebRTCPeerConnectionHandlerClient.h
|
| +++ b/public/platform/WebRTCPeerConnectionHandlerClient.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef WebRTCPeerConnectionHandlerClient_h
|
| #define WebRTCPeerConnectionHandlerClient_h
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
| class WebMediaStream;
|
| class WebRTCDataChannelHandler;
|
| class WebRTCICECandidate;
|
| @@ -78,6 +78,6 @@ public:
|
| virtual void didAddRemoteDataChannel(WebRTCDataChannelHandler*) = 0;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebRTCPeerConnectionHandlerClient_h
|
|
|