Index: Source/modules/mediastream/RTCDTMFSender.cpp |
diff --git a/Source/modules/mediastream/RTCDTMFSender.cpp b/Source/modules/mediastream/RTCDTMFSender.cpp |
index 54a6a4facffdd33bd3437728188501f3286232e6..3d36bdb7a47ba7a947b9694a7a345f79a7e3725d 100644 |
--- a/Source/modules/mediastream/RTCDTMFSender.cpp |
+++ b/Source/modules/mediastream/RTCDTMFSender.cpp |
@@ -36,7 +36,7 @@ |
#include "public/platform/WebRTCDTMFSenderHandler.h" |
#include "public/platform/WebRTCPeerConnectionHandler.h" |
-namespace WebCore { |
+namespace blink { |
static const long minToneDurationMs = 70; |
static const long defaultToneDurationMs = 100; |
@@ -172,4 +172,4 @@ void RTCDTMFSender::trace(Visitor* visitor) |
EventTargetWithInlineData::trace(visitor); |
} |
-} // namespace WebCore |
+} // namespace blink |