Index: remoting/protocol/host_message_dispatcher.h |
diff --git a/remoting/protocol/host_message_dispatcher.h b/remoting/protocol/host_message_dispatcher.h |
index cd95b264be2d25eeb4cd28d9f9c9efad9f53418f..c8b7a39dc4738de63d148f42f6b6b60d218a1834 100644 |
--- a/remoting/protocol/host_message_dispatcher.h |
+++ b/remoting/protocol/host_message_dispatcher.h |
@@ -6,7 +6,6 @@ |
#define REMOTING_PROTOCOL_HOST_MESSAGE_DISPATCHER_H_ |
#include "base/basictypes.h" |
-#include "base/ref_counted.h" |
#include "base/scoped_ptr.h" |
#include "base/task.h" |
@@ -32,8 +31,7 @@ class Session; |
// |
// Object of this class is owned by ChromotingHost to dispatch messages |
// to itself. |
-class HostMessageDispatcher : |
- public base::RefCountedThreadSafe<HostMessageDispatcher> { |
+class HostMessageDispatcher { |
public: |
// Construct a message dispatcher. |
HostMessageDispatcher(); |