From b6e2d6a6e8f662f3e1b119c5f832bfb6035e2e9d Mon Sep 17 00:00:00 2001 From: "sergeyu@chromium.org" Date: Wed, 29 Jun 2011 22:31:04 +0000 Subject: Remove JingleClient. Everything that JingleClient was doing has been rolled into JingleSessionManager BUG=None TEST=Remoting still works. Review URL: http://codereview.chromium.org/7277050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91035 0039d316-1c4b-4281-b951-d872f2087c98 --- remoting/jingle_glue/mock_objects.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'remoting/jingle_glue/mock_objects.h') diff --git a/remoting/jingle_glue/mock_objects.h b/remoting/jingle_glue/mock_objects.h index a6a76e0..e32e203 100644 --- a/remoting/jingle_glue/mock_objects.h +++ b/remoting/jingle_glue/mock_objects.h @@ -2,8 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "base/memory/scoped_ptr.h" #include "remoting/jingle_glue/iq_request.h" -#include "remoting/jingle_glue/jingle_client.h" +#include "remoting/jingle_glue/signal_strategy.h" #include "testing/gmock/include/gmock/gmock.h" namespace remoting { -- cgit v1.1