| Index: Source/platform/mediastream/RTCVoidRequest.h
|
| diff --git a/Source/platform/mediastream/RTCVoidRequest.h b/Source/platform/mediastream/RTCVoidRequest.h
|
| index 5b7cc1a0d635baeb9c973cb37ca14e345efa89b9..48182fa0f0b6c18985f8d49b3533405fd3d9217d 100644
|
| --- a/Source/platform/mediastream/RTCVoidRequest.h
|
| +++ b/Source/platform/mediastream/RTCVoidRequest.h
|
| @@ -35,7 +35,7 @@
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class RTCVoidRequest : public RefCounted<RTCVoidRequest> {
|
| public:
|
| @@ -59,6 +59,6 @@ private:
|
| OwnPtr<ExtraData> m_extraData;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // RTCVoidRequest_h
|
|
|