Index: Source/modules/mediastream/RTCStatsReport.h |
diff --git a/Source/modules/mediastream/RTCStatsReport.h b/Source/modules/mediastream/RTCStatsReport.h |
index dbb157ad11b3a47ad352bdccb5de560fcf20b103..ce520394d001e3293b712e1236074399e6b89f66 100644 |
--- a/Source/modules/mediastream/RTCStatsReport.h |
+++ b/Source/modules/mediastream/RTCStatsReport.h |
@@ -31,7 +31,7 @@ |
#include "wtf/text/StringHash.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
class RTCStatsReport FINAL : public GarbageCollectedFinalized<RTCStatsReport>, public ScriptWrappable { |
public: |
@@ -61,6 +61,6 @@ private: |
HashMap<String, String> m_stats; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // RTCStatsReport_h |