| Index: public/platform/WebRTCPeerConnectionHandler.h
|
| diff --git a/public/platform/WebRTCPeerConnectionHandler.h b/public/platform/WebRTCPeerConnectionHandler.h
|
| index 8b9698beb9eabb507ac888bcfc88f1ec5a8301aa..0ecf38ecd30971b47822ca2420d5eb93c190fe60 100644
|
| --- a/public/platform/WebRTCPeerConnectionHandler.h
|
| +++ b/public/platform/WebRTCPeerConnectionHandler.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef WebRTCPeerConnectionHandler_h
|
| #define WebRTCPeerConnectionHandler_h
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
| class WebMediaConstraints;
|
| class WebMediaStream;
|
| class WebMediaStreamTrack;
|
| @@ -73,6 +73,6 @@ public:
|
| virtual void stop() = 0;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebRTCPeerConnectionHandler_h
|
|
|