| Index: webrtc/media/engine/webrtcvoe.h
|
| diff --git a/webrtc/media/engine/webrtcvoe.h b/webrtc/media/engine/webrtcvoe.h
|
| index 25ac5cc2d4b32700a623babd829d6bb0ce2d1877..2f7b997dae5749ec638d68983a2faf03d6f2b0ea 100644
|
| --- a/webrtc/media/engine/webrtcvoe.h
|
| +++ b/webrtc/media/engine/webrtcvoe.h
|
| @@ -44,7 +44,8 @@ class scoped_voe_engine {
|
| webrtc::VoiceEngine* ptr;
|
| };
|
|
|
| -// scoped_ptr class to handle obtaining and releasing WebRTC interface pointers
|
| +// unique_ptr-like class to handle obtaining and releasing WebRTC interface
|
| +// pointers.
|
| template<class T>
|
| class scoped_voe_ptr {
|
| public:
|
|
|