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

Unified Diff: jingle/glue/channel_socket_adapter_unittest.cc

Issue 22817004: Roll webrtc r4533. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 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 | « DEPS ('k') | third_party/libjingle/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/glue/channel_socket_adapter_unittest.cc
===================================================================
--- jingle/glue/channel_socket_adapter_unittest.cc (revision 217088)
+++ jingle/glue/channel_socket_adapter_unittest.cc (working copy)
@@ -37,7 +37,7 @@
MOCK_METHOD3(SendPacket, int(const char* data, size_t len, int flags));
MOCK_METHOD2(SetOption, int(talk_base::Socket::Option opt, int value));
MOCK_METHOD0(GetError, int());
- MOCK_CONST_METHOD0(GetRole, cricket::TransportRole());
+ MOCK_CONST_METHOD0(GetIceRole, cricket::IceRole());
};
class TransportChannelSocketAdapterTest : public testing::Test {
« no previous file with comments | « DEPS ('k') | third_party/libjingle/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698