Index: remoting/client/plugin/chromoting_instance.h |
diff --git a/remoting/client/plugin/chromoting_instance.h b/remoting/client/plugin/chromoting_instance.h |
index dc8f54997be486dab00f1f5b6f1143bf8c3c41b6..5c8fa487c676704b1bc727e5261a29e8a97b49b6 100644 |
--- a/remoting/client/plugin/chromoting_instance.h |
+++ b/remoting/client/plugin/chromoting_instance.h |
@@ -25,7 +25,6 @@ |
#endif |
#include "ppapi/cpp/instance.h" |
-#include "remoting/base/scoped_thread_proxy.h" |
#include "remoting/client/client_context.h" |
#include "remoting/client/key_event_mapper.h" |
#include "remoting/client/plugin/mac_key_event_processor.h" |
@@ -220,7 +219,7 @@ class ChromotingInstance : |
// connection. |
scoped_refptr<PepperXmppProxy> xmpp_proxy_; |
- scoped_ptr<ScopedThreadProxy> thread_proxy_; |
+ base::WeakPtrFactory<ChromotingInstance> weak_factory_; |
DISALLOW_COPY_AND_ASSIGN(ChromotingInstance); |
}; |