Index: Source/modules/mediastream/RTCIceCandidateEvent.h |
diff --git a/Source/modules/mediastream/RTCIceCandidateEvent.h b/Source/modules/mediastream/RTCIceCandidateEvent.h |
index 0e48cd20be72d3386d887d7e58c09fa2b690fcfa..6819c8f3c227dcffe31b031140165dac1d2df603 100644 |
--- a/Source/modules/mediastream/RTCIceCandidateEvent.h |
+++ b/Source/modules/mediastream/RTCIceCandidateEvent.h |
@@ -28,7 +28,7 @@ |
#include "modules/EventModules.h" |
#include "wtf/text/AtomicString.h" |
-namespace WebCore { |
+namespace blink { |
class RTCIceCandidate; |
class RTCIceCandidateEvent FINAL : public Event { |
@@ -51,6 +51,6 @@ private: |
PersistentWillBeMember<RTCIceCandidate> m_candidate; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // RTCIceCandidateEvent_h |