Index: remoting/host/chromoting_host.h |
diff --git a/remoting/host/chromoting_host.h b/remoting/host/chromoting_host.h |
index 08ad9b4192e70ac0bd8b066577ac904902317046..7d6f22734926803735e8c77092719c11f733eafc 100644 |
--- a/remoting/host/chromoting_host.h |
+++ b/remoting/host/chromoting_host.h |
@@ -145,7 +145,7 @@ class ChromotingHost : public base::RefCountedThreadSafe<ChromotingHost>, |
friend class ChromotingHostTest; |
typedef std::vector<HostStatusObserver*> StatusObserverList; |
- typedef std::vector<scoped_refptr<ClientSession> > ClientList; |
+ typedef std::vector<ClientSession*> ClientList; |
enum State { |
kInitial, |