Index: Source/platform/exported/WebRTCConfiguration.cpp |
diff --git a/Source/platform/exported/WebRTCConfiguration.cpp b/Source/platform/exported/WebRTCConfiguration.cpp |
index a0d53f169f8c42ec6b2e46ba59666550eed2f2a1..8aaabdb6f980ac946952f2bc533c8977d10813f3 100644 |
--- a/Source/platform/exported/WebRTCConfiguration.cpp |
+++ b/Source/platform/exported/WebRTCConfiguration.cpp |
@@ -39,7 +39,7 @@ |
using namespace WebCore; |
-namespace WebKit { |
+namespace blink { |
WebRTCICEServer::WebRTCICEServer(const PassRefPtr<RTCIceServer>& iceServer) |
: m_private(iceServer) |
@@ -101,4 +101,4 @@ WebRTCICEServer WebRTCConfiguration::server(size_t index) const |
return WebRTCICEServer(m_private->server(index)); |
} |
-} // namespace WebKit |
+} // namespace blink |