Index: Source/platform/mediastream/RTCConfiguration.h |
diff --git a/Source/platform/mediastream/RTCConfiguration.h b/Source/platform/mediastream/RTCConfiguration.h |
index c5e11456150ecd46d406d4873474a9d035700e43..2b3e8ea970e812009740a669b2849e101c2dd7c8 100644 |
--- a/Source/platform/mediastream/RTCConfiguration.h |
+++ b/Source/platform/mediastream/RTCConfiguration.h |
@@ -37,7 +37,7 @@ |
#include "wtf/Vector.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
class RTCIceServer FINAL : public RefCounted<RTCIceServer> { |
public: |
@@ -86,6 +86,6 @@ private: |
RTCIceTransports m_iceTransports; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // RTCConfiguration_h |