Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(484)

Unified Diff: jingle/notifier/base/fake_base_task.cc

Issue 450463002: Update webrtc&libjingle 6774:6825. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « jingle/notifier/DEPS ('k') | jingle/notifier/base/gaia_token_pre_xmpp_auth.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/base/fake_base_task.cc
===================================================================
--- jingle/notifier/base/fake_base_task.cc (revision 287594)
+++ jingle/notifier/base/fake_base_task.cc (working copy)
@@ -20,7 +20,7 @@
MOCK_METHOD0(state, State());
MOCK_METHOD0(error, Error());
MOCK_METHOD0(GetError, int());
- MOCK_METHOD1(Connect, bool(const talk_base::SocketAddress&));
+ MOCK_METHOD1(Connect, bool(const rtc::SocketAddress&));
MOCK_METHOD3(Read, bool(char*, size_t, size_t*));
MOCK_METHOD2(Write, bool(const char*, size_t));
MOCK_METHOD0(Close, bool());
@@ -35,7 +35,7 @@
// PushNotificationsSubscribeTask.
class FakeWeakXmppClient : public notifier::WeakXmppClient {
public:
- explicit FakeWeakXmppClient(talk_base::TaskParent* parent)
+ explicit FakeWeakXmppClient(rtc::TaskParent* parent)
: notifier::WeakXmppClient(parent),
jid_("test@example.com/testresource") {}
« no previous file with comments | « jingle/notifier/DEPS ('k') | jingle/notifier/base/gaia_token_pre_xmpp_auth.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698