| Index: third_party/WebKit/Source/platform/exported/WebRTCRtpSender.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebRTCRtpSender.cpp b/third_party/WebKit/Source/platform/exported/WebRTCRtpSender.cpp
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..5439366674d8583e54b71fb358eb680c313d11c6
|
| --- /dev/null
|
| +++ b/third_party/WebKit/Source/platform/exported/WebRTCRtpSender.cpp
|
| @@ -0,0 +1,11 @@
|
| +// Copyright 2017 The Chromium Authors. All rights reserved.
|
| +// Use of this source code is governed by a BSD-style license that can be
|
| +// found in the LICENSE file.
|
| +
|
| +#include "public/platform/WebRTCRtpSender.h"
|
| +
|
| +namespace blink {
|
| +
|
| +WebRTCRtpSender::~WebRTCRtpSender() {}
|
| +
|
| +} // namespace blink
|
|
|