summaryrefslogtreecommitdiffstats
path: root/jingle/glue/chrome_async_socket.cc
diff options
context:
space:
mode:
Diffstat (limited to 'jingle/glue/chrome_async_socket.cc')
-rw-r--r--jingle/glue/chrome_async_socket.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/jingle/glue/chrome_async_socket.cc b/jingle/glue/chrome_async_socket.cc
index 5dc8bb1..b92972f 100644
--- a/jingle/glue/chrome_async_socket.cc
+++ b/jingle/glue/chrome_async_socket.cc
@@ -30,7 +30,7 @@ ChromeAsyncSocket::ChromeAsyncSocket(
ResolvingClientSocketFactory* resolving_client_socket_factory,
size_t read_buf_size,
size_t write_buf_size)
- : ALLOW_THIS_IN_INITIALIZER_LIST(weak_ptr_factory_(this)),
+ : weak_ptr_factory_(this),
resolving_client_socket_factory_(resolving_client_socket_factory),
state_(STATE_CLOSED),
error_(ERROR_NONE),