Index: remoting/protocol/jingle_session_manager.h |
diff --git a/remoting/protocol/jingle_session_manager.h b/remoting/protocol/jingle_session_manager.h |
index 63f17b27de2fd7a814aec36b13fef8ac37f5b300..5424bf9aac9400a54641cbb5aaa8ebce56724eda 100644 |
--- a/remoting/protocol/jingle_session_manager.h |
+++ b/remoting/protocol/jingle_session_manager.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -116,8 +116,6 @@ class JingleSessionManager : public SessionManager, |
std::list<JingleSession*> sessions_; |
- ScopedRunnableMethodFactory<JingleSessionManager> task_factory_; |
- |
DISALLOW_COPY_AND_ASSIGN(JingleSessionManager); |
}; |