| Index: Source/modules/mediastream/RTCSessionDescriptionRequestImpl.cpp
|
| diff --git a/Source/modules/mediastream/RTCSessionDescriptionRequestImpl.cpp b/Source/modules/mediastream/RTCSessionDescriptionRequestImpl.cpp
|
| index a57da0f603f364043b0278be4226d5d19e2456ad..375762dcc90c63bbe771a5e545ea7f4b08ba5df6 100644
|
| --- a/Source/modules/mediastream/RTCSessionDescriptionRequestImpl.cpp
|
| +++ b/Source/modules/mediastream/RTCSessionDescriptionRequestImpl.cpp
|
| @@ -39,7 +39,7 @@
|
| #include "public/platform/WebRTCSessionDescription.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| PassRefPtr<RTCSessionDescriptionRequestImpl> RTCSessionDescriptionRequestImpl::create(ExecutionContext* context, RTCPeerConnection* requester, PassOwnPtr<RTCSessionDescriptionCallback> successCallback, PassOwnPtr<RTCErrorCallback> errorCallback)
|
| {
|
| @@ -90,4 +90,4 @@ void RTCSessionDescriptionRequestImpl::clear()
|
| m_requester.clear();
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|