From 86dbc72dd6030f7796ac602279fab6ad85eeca60 Mon Sep 17 00:00:00 2001 From: "sergeyu@chromium.org" Date: Thu, 30 Jun 2011 23:23:30 +0000 Subject: Close all writers before JingleSession is destroyed. BUG=None TEST=None Review URL: http://codereview.chromium.org/7218061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91225 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/client/input_handler.cc | 1 + remoting/client/plugin/chromoting_instance.cc | 1 + 2 files changed, 2 insertions(+) (limited to 'remoting/client') diff --git a/remoting/client/input_handler.cc b/remoting/client/input_handler.cc index c203f54..1dddc0a 100644 --- a/remoting/client/input_handler.cc +++ b/remoting/client/input_handler.cc @@ -7,6 +7,7 @@ #include "remoting/client/chromoting_view.h" #include "remoting/proto/event.pb.h" #include "remoting/protocol/connection_to_host.h" +#include "remoting/protocol/input_stub.h" namespace remoting { diff --git a/remoting/client/plugin/chromoting_instance.cc b/remoting/client/plugin/chromoting_instance.cc index 459c701..b44f59037 100644 --- a/remoting/client/plugin/chromoting_instance.cc +++ b/remoting/client/plugin/chromoting_instance.cc @@ -38,6 +38,7 @@ #include "remoting/jingle_glue/jingle_thread.h" #include "remoting/proto/auth.pb.h" #include "remoting/protocol/connection_to_host.h" +#include "remoting/protocol/host_stub.h" // TODO(sergeyu): This is a hack: plugin should not depend on webkit // glue. It is used here to get P2PPacketDispatcher corresponding to // the current RenderView. Use P2P Pepper API for connection and -- cgit v1.1