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

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

Issue 435823002: Revert "Update webrtc&libjingle 6774:6799." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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
diff --git a/jingle/notifier/base/fake_base_task.cc b/jingle/notifier/base/fake_base_task.cc
index 3b51af4be662e1f9d227f025aa3c688a12f70f17..f3d64cab4d0f4b2267bd55533a5ce10a7f32b93f 100644
--- a/jingle/notifier/base/fake_base_task.cc
+++ b/jingle/notifier/base/fake_base_task.cc
@@ -20,7 +20,7 @@ class MockAsyncSocket : public buzz::AsyncSocket {
MOCK_METHOD0(state, State());
MOCK_METHOD0(error, Error());
MOCK_METHOD0(GetError, int());
- MOCK_METHOD1(Connect, bool(const rtc::SocketAddress&));
+ MOCK_METHOD1(Connect, bool(const talk_base::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 @@ namespace {
// PushNotificationsSubscribeTask.
class FakeWeakXmppClient : public notifier::WeakXmppClient {
public:
- explicit FakeWeakXmppClient(rtc::TaskParent* parent)
+ explicit FakeWeakXmppClient(talk_base::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