| Index: Source/modules/mediastream/RTCIceCandidate.cpp
|
| diff --git a/Source/modules/mediastream/RTCIceCandidate.cpp b/Source/modules/mediastream/RTCIceCandidate.cpp
|
| index 8e4ce57571bf66bd11e0d660f2ea019f19d87094..38367cb07e63970f4e055ce1b99cc6fe94752566 100644
|
| --- a/Source/modules/mediastream/RTCIceCandidate.cpp
|
| +++ b/Source/modules/mediastream/RTCIceCandidate.cpp
|
| @@ -36,7 +36,7 @@
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "core/dom/ExceptionCode.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| RTCIceCandidate* RTCIceCandidate::create(const Dictionary& dictionary, ExceptionState& exceptionState)
|
| {
|
| @@ -102,4 +102,4 @@ void RTCIceCandidate::setSdpMLineIndex(unsigned short sdpMLineIndex)
|
| m_webCandidate.setSdpMLineIndex(sdpMLineIndex);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|