| Index: webrtc/p2p/base/turnserver.h
|
| diff --git a/webrtc/p2p/base/turnserver.h b/webrtc/p2p/base/turnserver.h
|
| index ed281b46f003c002cba978f30eb121811bb88a53..09b553ef175b314e594ec18a21e5edd7c7f5922b 100644
|
| --- a/webrtc/p2p/base/turnserver.h
|
| +++ b/webrtc/p2p/base/turnserver.h
|
| @@ -161,7 +161,8 @@ class TurnRedirectInterface {
|
| // Not yet wired up: TCP support.
|
| class TurnServer : public sigslot::has_slots<> {
|
| public:
|
| - typedef std::map<TurnServerConnection, TurnServerAllocation*> AllocationMap;
|
| + typedef std::map<TurnServerConnection, std::unique_ptr<TurnServerAllocation>>
|
| + AllocationMap;
|
|
|
| explicit TurnServer(rtc::Thread* thread);
|
| ~TurnServer();
|
|
|