Remove webrtc/base/scoped_ptr.h

This is a re-land of https://codereview.webrtc.org/1942823002

TBR=tommi@webrtc.org
BUG=webrtc:5520

Review-Url: https://codereview.webrtc.org/1966423002
Cr-Commit-Position: refs/heads/master@{#12750}
This commit is contained in:
kwiberg
2016-05-14 19:44:11 -07:00
committed by Commit bot
parent c06b133b29
commit fd8be3468a
77 changed files with 33 additions and 139 deletions

View File

@ -13,7 +13,6 @@
#include <memory>
#include "webrtc/api/jsep.h"
#include "webrtc/base/scoped_ptr.h"
NS_ASSUME_NONNULL_BEGIN

View File

@ -13,7 +13,6 @@
#include <memory>
#include "webrtc/api/mediaconstraintsinterface.h"
#include "webrtc/base/scoped_ptr.h"
namespace webrtc {

View File

@ -11,7 +11,6 @@
#import "WebRTC/RTCMediaStreamTrack.h"
#include "webrtc/api/mediastreaminterface.h"
#include "webrtc/base/scoped_ptr.h"
typedef NS_ENUM(NSInteger, RTCMediaStreamTrackType) {
RTCMediaStreamTrackTypeAudio,

View File

@ -13,7 +13,6 @@
#import <AVFoundation/AVFoundation.h>
#include "webrtc/base/scoped_ptr.h"
#include "webrtc/media/base/videocapturer.h"
#include "webrtc/video_frame.h"