Index: remoting/client/plugin/pepper_port_allocator.cc |
diff --git a/remoting/client/plugin/pepper_port_allocator.cc b/remoting/client/plugin/pepper_port_allocator.cc |
index 423102a0d75fb910a14aef1d7e0029a16d85364d..976371bc96c61762e9a6dfba28cdb6b914370e66 100644 |
--- a/remoting/client/plugin/pepper_port_allocator.cc |
+++ b/remoting/client/plugin/pepper_port_allocator.cc |
@@ -95,7 +95,7 @@ PepperPortAllocatorSession::PepperPortAllocatorSession( |
stun_address_resolver_(instance_), |
stun_port_(0), |
relay_response_received_(false), |
- ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)) { |
+ weak_factory_(this) { |
if (stun_hosts.size() > 0) { |
stun_address_ = stun_hosts[0]; |
} |