Index: Source/platform/mediastream/RTCOfferOptions.h |
diff --git a/Source/platform/mediastream/RTCOfferOptions.h b/Source/platform/mediastream/RTCOfferOptions.h |
index 8608940ee6bb9b88b9befeaed5646a99786561a3..b840645975642eaf8b3dcdd37efc08f334be88ed 100644 |
--- a/Source/platform/mediastream/RTCOfferOptions.h |
+++ b/Source/platform/mediastream/RTCOfferOptions.h |
@@ -8,7 +8,7 @@ |
#include "wtf/PassRefPtr.h" |
#include "wtf/RefCounted.h" |
-namespace WebCore { |
+namespace blink { |
class RTCOfferOptions FINAL : public RefCounted<RTCOfferOptions> { |
public: |
@@ -37,6 +37,6 @@ private: |
bool m_iceRestart; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // RTCOfferOptions_h |