Index: content/renderer/p2p/port_allocator.cc |
diff --git a/content/renderer/p2p/port_allocator.cc b/content/renderer/p2p/port_allocator.cc |
index 89d3b919f6ecc010561c58d940bd37dff87fd592..c9bc9fadf1dd6720aa2201e3704c7187585feaca 100644 |
--- a/content/renderer/p2p/port_allocator.cc |
+++ b/content/renderer/p2p/port_allocator.cc |
@@ -5,6 +5,8 @@ |
#include "content/renderer/p2p/port_allocator.h" |
#include <stdint.h> |
+ |
+#include <memory> |
#include <utility> |
#include "base/command_line.h" |
@@ -16,7 +18,7 @@ namespace content { |
P2PPortAllocator::P2PPortAllocator( |
const scoped_refptr<P2PSocketDispatcher>& socket_dispatcher, |
- scoped_ptr<rtc::NetworkManager> network_manager, |
+ std::unique_ptr<rtc::NetworkManager> network_manager, |
rtc::PacketSocketFactory* socket_factory, |
const Config& config, |
const GURL& origin, |