diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | jingle/glue/channel_socket_adapter_unittest.cc | 2 | ||||
-rw-r--r-- | third_party/libjingle/README.chromium | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -38,7 +38,7 @@ vars = { # Three lines of non-changing comments so that # the commit queue can handle CLs rolling WebRTC # and V8 without interference from each other. - "webrtc_revision": "4520", + "webrtc_revision": "4533", "jsoncpp_revision": "248", "nss_revision": "209026", # Three lines of non-changing comments so that diff --git a/jingle/glue/channel_socket_adapter_unittest.cc b/jingle/glue/channel_socket_adapter_unittest.cc index 776bd06..65dce71 100644 --- a/jingle/glue/channel_socket_adapter_unittest.cc +++ b/jingle/glue/channel_socket_adapter_unittest.cc @@ -37,7 +37,7 @@ class MockTransportChannel : public cricket::TransportChannel { 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 { diff --git a/third_party/libjingle/README.chromium b/third_party/libjingle/README.chromium index 45814ea..0acd33d 100644 --- a/third_party/libjingle/README.chromium +++ b/third_party/libjingle/README.chromium @@ -1,7 +1,7 @@ Name: libjingle URL: http://code.google.com/p/webrtc/ Version: unknown -Revision: 4520 +Revision: 4533 License: BSD License File: source/talk/COPYING Security Critical: yes |