Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(217)

Unified Diff: remoting/protocol/jingle_session_manager.cc

Issue 9071001: base::Bind: Remove ScopedRunnableMethodFactory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {

Powered by Google App Engine
This is Rietveld 408576698