Index: remoting/protocol/jingle_session_manager.cc |
diff --git a/remoting/protocol/jingle_session_manager.cc b/remoting/protocol/jingle_session_manager.cc |
index 96c95b1e336be05537a036933d78d95046d5ffef..be5141fda8d5eac8123e6ebc1cdbcffcf8c58f2c 100644 |
--- a/remoting/protocol/jingle_session_manager.cc |
+++ b/remoting/protocol/jingle_session_manager.cc |
@@ -34,8 +34,7 @@ JingleSessionManager::JingleSessionManager( |
signal_strategy_(NULL), |
allow_nat_traversal_(false), |
http_port_allocator_(NULL), |
- closed_(false), |
- ALLOW_THIS_IN_INITIALIZER_LIST(task_factory_(this)) { |
+ closed_(false) { |
} |
JingleSessionManager::~JingleSessionManager() { |