summaryrefslogtreecommitdiffstats
path: root/remoting/jingle_glue/mock_objects.h
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-29 22:31:04 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-29 22:31:04 +0000
commitb6e2d6a6e8f662f3e1b119c5f832bfb6035e2e9d (patch)
tree2de27bafe0491fc83da0386d1cb672c0068fbd55 /remoting/jingle_glue/mock_objects.h
parent1d1b6edb9404bbd8586965b141e799143f6efabb (diff)
downloadchromium_src-b6e2d6a6e8f662f3e1b119c5f832bfb6035e2e9d.zip
chromium_src-b6e2d6a6e8f662f3e1b119c5f832bfb6035e2e9d.tar.gz
chromium_src-b6e2d6a6e8f662f3e1b119c5f832bfb6035e2e9d.tar.bz2
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
Diffstat (limited to 'remoting/jingle_glue/mock_objects.h')
-rw-r--r--remoting/jingle_glue/mock_objects.h3
1 files changed, 2 insertions, 1 deletions
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 {