Index: Source/platform/exported/WebRTCICECandidate.cpp |
diff --git a/Source/platform/exported/WebRTCICECandidate.cpp b/Source/platform/exported/WebRTCICECandidate.cpp |
index 220b54dfe807f565cae33fb2e7db3051f06b23c4..2013c86a57ddf17364d812b36e13f98d66965c5b 100644 |
--- a/Source/platform/exported/WebRTCICECandidate.cpp |
+++ b/Source/platform/exported/WebRTCICECandidate.cpp |
@@ -35,7 +35,7 @@ |
#include "wtf/PassRefPtr.h" |
#include "wtf/RefCounted.h" |
-namespace WebKit { |
+namespace blink { |
class WebRTCICECandidatePrivate FINAL : public RefCounted<WebRTCICECandidatePrivate> { |
public: |
@@ -96,4 +96,4 @@ unsigned short WebRTCICECandidate::sdpMLineIndex() const |
return m_private->sdpMLineIndex(); |
} |
-} // namespace WebKit |
+} // namespace blink |