| Index: Source/platform/mediastream/RTCStatsResponseBase.h
|
| diff --git a/Source/platform/mediastream/RTCStatsResponseBase.h b/Source/platform/mediastream/RTCStatsResponseBase.h
|
| index 4b67dc97e144b291a3cf7e71b352e6b799a191b5..0bd2545b50075b129701f742cbf19be4fb21b9a9 100644
|
| --- a/Source/platform/mediastream/RTCStatsResponseBase.h
|
| +++ b/Source/platform/mediastream/RTCStatsResponseBase.h
|
| @@ -27,7 +27,7 @@
|
|
|
| #include "wtf/Forward.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class RTCStatsResponseBase : public GarbageCollectedFinalized<RTCStatsResponseBase> {
|
| public:
|
| @@ -39,7 +39,7 @@ public:
|
| virtual void trace(Visitor*) { }
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // RTCStatsResponseBase_h
|
|
|
|
|