diff options
author | Mike Wittman <wittman@chromium.org> | 2014-10-29 12:49:56 -0700 |
---|---|---|
committer | Mike Wittman <wittman@chromium.org> | 2014-10-29 19:51:18 +0000 |
commit | 6ca1a64c4ab2d2e97d529808fd66d7bf63dd8b66 (patch) | |
tree | f291319229cfddcbc0ad3f175d69b11fb74acae7 /jingle | |
parent | c85a8d3c87e0a5fa7a23ea1c9306bffbcf542169 (diff) | |
download | chromium_src-6ca1a64c4ab2d2e97d529808fd66d7bf63dd8b66.zip chromium_src-6ca1a64c4ab2d2e97d529808fd66d7bf63dd8b66.tar.gz chromium_src-6ca1a64c4ab2d2e97d529808fd66d7bf63dd8b66.tar.bz2 |
Revert "Roll WebRTC 7546:7549."
This reverts commit 4e40bbe50a102784984852ca318dbcd2b03fc9fc.
Appears to cause timeouts on Mac 10.6/10.7 tests.
BUG=N/A
Review URL: https://codereview.chromium.org/688723002
Cr-Commit-Position: refs/heads/master@{#301911}
Diffstat (limited to 'jingle')
35 files changed, 54 insertions, 53 deletions
diff --git a/jingle/glue/channel_socket_adapter.cc b/jingle/glue/channel_socket_adapter.cc index 5550e0f..1645f96 100644 --- a/jingle/glue/channel_socket_adapter.cc +++ b/jingle/glue/channel_socket_adapter.cc @@ -11,7 +11,7 @@ #include "base/message_loop/message_loop.h" #include "net/base/io_buffer.h" #include "net/base/net_errors.h" -#include "third_party/webrtc/p2p/base/transportchannel.h" +#include "third_party/libjingle/source/talk/p2p/base/transportchannel.h" namespace jingle_glue { diff --git a/jingle/glue/channel_socket_adapter_unittest.cc b/jingle/glue/channel_socket_adapter_unittest.cc index 7c12f0d..2baa37f 100644 --- a/jingle/glue/channel_socket_adapter_unittest.cc +++ b/jingle/glue/channel_socket_adapter_unittest.cc @@ -11,7 +11,7 @@ #include "net/socket/socket.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" -#include "third_party/webrtc/p2p/base/transportchannel.h" +#include "third_party/libjingle/source/talk/p2p/base/transportchannel.h" using net::IOBuffer; diff --git a/jingle/glue/chrome_async_socket.h b/jingle/glue/chrome_async_socket.h index 3ce97a4..af6a8fc 100644 --- a/jingle/glue/chrome_async_socket.h +++ b/jingle/glue/chrome_async_socket.h @@ -21,7 +21,7 @@ #include "base/memory/weak_ptr.h" #include "net/base/completion_callback.h" #include "net/base/net_errors.h" -#include "third_party/webrtc/libjingle/xmpp/asyncsocket.h" +#include "third_party/libjingle/source/talk/xmpp/asyncsocket.h" namespace net { class IOBufferWithSize; diff --git a/jingle/glue/pseudotcp_adapter.h b/jingle/glue/pseudotcp_adapter.h index 7903633..b410b82 100644 --- a/jingle/glue/pseudotcp_adapter.h +++ b/jingle/glue/pseudotcp_adapter.h @@ -12,7 +12,7 @@ #include "base/threading/non_thread_safe.h" #include "net/base/net_log.h" #include "net/socket/stream_socket.h" -#include "third_party/webrtc/p2p/base/pseudotcp.h" +#include "third_party/libjingle/source/talk/p2p/base/pseudotcp.h" namespace jingle_glue { diff --git a/jingle/glue/utils.cc b/jingle/glue/utils.cc index 4d35650..acf45cb 100644 --- a/jingle/glue/utils.cc +++ b/jingle/glue/utils.cc @@ -11,9 +11,9 @@ #include "base/values.h" #include "net/base/ip_endpoint.h" #include "net/base/net_util.h" +#include "third_party/libjingle/source/talk/p2p/base/candidate.h" #include "third_party/webrtc/base/byteorder.h" #include "third_party/webrtc/base/socketaddress.h" -#include "third_party/webrtc/p2p/base/candidate.h" namespace jingle_glue { diff --git a/jingle/notifier/base/fake_base_task.cc b/jingle/notifier/base/fake_base_task.cc index af4ede0..c1805b4 100644 --- a/jingle/notifier/base/fake_base_task.cc +++ b/jingle/notifier/base/fake_base_task.cc @@ -5,8 +5,8 @@ #include "base/compiler_specific.h" #include "jingle/notifier/base/fake_base_task.h" #include "jingle/notifier/base/weak_xmpp_client.h" +#include "talk/xmpp/asyncsocket.h" #include "testing/gmock/include/gmock/gmock.h" -#include "webrtc/libjingle/xmpp/asyncsocket.h" namespace notifier { diff --git a/jingle/notifier/base/gaia_token_pre_xmpp_auth.cc b/jingle/notifier/base/gaia_token_pre_xmpp_auth.cc index b8a2b15..b213095 100644 --- a/jingle/notifier/base/gaia_token_pre_xmpp_auth.cc +++ b/jingle/notifier/base/gaia_token_pre_xmpp_auth.cc @@ -8,9 +8,9 @@ #include "base/basictypes.h" #include "base/logging.h" +#include "talk/xmpp/constants.h" +#include "talk/xmpp/saslcookiemechanism.h" #include "webrtc/base/socketaddress.h" -#include "webrtc/libjingle/xmpp/constants.h" -#include "webrtc/libjingle/xmpp/saslcookiemechanism.h" namespace notifier { diff --git a/jingle/notifier/base/gaia_token_pre_xmpp_auth.h b/jingle/notifier/base/gaia_token_pre_xmpp_auth.h index 7b86bd5..0ff49ff 100644 --- a/jingle/notifier/base/gaia_token_pre_xmpp_auth.h +++ b/jingle/notifier/base/gaia_token_pre_xmpp_auth.h @@ -9,7 +9,7 @@ #include <vector> #include "base/compiler_specific.h" -#include "webrtc/libjingle/xmpp/prexmppauth.h" +#include "talk/xmpp/prexmppauth.h" namespace notifier { diff --git a/jingle/notifier/base/notifier_options_util.cc b/jingle/notifier/base/notifier_options_util.cc index 9949d4e..fa48209 100644 --- a/jingle/notifier/base/notifier_options_util.cc +++ b/jingle/notifier/base/notifier_options_util.cc @@ -7,8 +7,8 @@ #include "base/logging.h" #include "jingle/notifier/base/const_communicator.h" #include "jingle/notifier/base/notifier_options.h" -#include "webrtc/libjingle/xmpp/constants.h" -#include "webrtc/libjingle/xmpp/jid.h" +#include "talk/xmpp/constants.h" +#include "talk/xmpp/jid.h" namespace notifier { diff --git a/jingle/notifier/base/notifier_options_util.h b/jingle/notifier/base/notifier_options_util.h index 2d14429..6ba2471 100644 --- a/jingle/notifier/base/notifier_options_util.h +++ b/jingle/notifier/base/notifier_options_util.h @@ -11,7 +11,7 @@ #include <vector> #include "jingle/notifier/base/server_information.h" -#include "webrtc/libjingle/xmpp/xmppclientsettings.h" +#include "talk/xmpp/xmppclientsettings.h" namespace notifier { diff --git a/jingle/notifier/base/weak_xmpp_client.h b/jingle/notifier/base/weak_xmpp_client.h index 66f2e72..d77903c6 100644 --- a/jingle/notifier/base/weak_xmpp_client.h +++ b/jingle/notifier/base/weak_xmpp_client.h @@ -13,7 +13,7 @@ #include "base/compiler_specific.h" #include "base/memory/weak_ptr.h" #include "base/threading/non_thread_safe.h" -#include "webrtc/libjingle/xmpp/xmppclient.h" +#include "talk/xmpp/xmppclient.h" namespace rtc { class TaskParent; diff --git a/jingle/notifier/base/xmpp_connection.cc b/jingle/notifier/base/xmpp_connection.cc index 14c1897..08a8ee3 100644 --- a/jingle/notifier/base/xmpp_connection.cc +++ b/jingle/notifier/base/xmpp_connection.cc @@ -15,7 +15,7 @@ #include "net/socket/client_socket_factory.h" #include "net/ssl/ssl_config_service.h" #include "net/url_request/url_request_context.h" -#include "webrtc/libjingle/xmpp/xmppclientsettings.h" +#include "talk/xmpp/xmppclientsettings.h" namespace notifier { diff --git a/jingle/notifier/base/xmpp_connection.h b/jingle/notifier/base/xmpp_connection.h index bc1ec2a..bc75605 100644 --- a/jingle/notifier/base/xmpp_connection.h +++ b/jingle/notifier/base/xmpp_connection.h @@ -14,8 +14,8 @@ #include "base/memory/weak_ptr.h" #include "base/threading/non_thread_safe.h" #include "net/url_request/url_request_context_getter.h" +#include "talk/xmpp/xmppengine.h" #include "webrtc/base/sigslot.h" -#include "webrtc/libjingle/xmpp/xmppengine.h" namespace buzz { class PreXmppAuth; diff --git a/jingle/notifier/base/xmpp_connection_unittest.cc b/jingle/notifier/base/xmpp_connection_unittest.cc index 682c8d1..3559b4b 100644 --- a/jingle/notifier/base/xmpp_connection_unittest.cc +++ b/jingle/notifier/base/xmpp_connection_unittest.cc @@ -18,10 +18,10 @@ #include "net/cert/cert_verifier.h" #include "net/url_request/url_request_context_getter.h" #include "net/url_request/url_request_test_util.h" +#include "talk/xmpp/prexmppauth.h" +#include "talk/xmpp/xmppclientsettings.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" -#include "webrtc/libjingle/xmpp/prexmppauth.h" -#include "webrtc/libjingle/xmpp/xmppclientsettings.h" namespace buzz { class CaptchaChallenge; diff --git a/jingle/notifier/communicator/DEPS b/jingle/notifier/communicator/DEPS index ebe0a7b6..fe7e23f 100644 --- a/jingle/notifier/communicator/DEPS +++ b/jingle/notifier/communicator/DEPS @@ -1,4 +1,4 @@ include_rules = [ # Need for cricket::ProtocolType. - "+webrtc/p2p/base/port.h", + "+talk/p2p/base/port.h", ] diff --git a/jingle/notifier/communicator/connection_settings.cc b/jingle/notifier/communicator/connection_settings.cc index 12d78c2..164bbbc 100644 --- a/jingle/notifier/communicator/connection_settings.cc +++ b/jingle/notifier/communicator/connection_settings.cc @@ -6,11 +6,12 @@ #include "base/logging.h" -#include "webrtc/libjingle/xmpp/xmppclientsettings.h" // Ideally we shouldn't include anything from talk/p2p, but we need // the definition of ProtocolType. Don't use any functions from // port.h, since it won't link. -#include "webrtc/p2p/base/port.h" +#include "talk/p2p/base/port.h" + +#include "talk/xmpp/xmppclientsettings.h" namespace notifier { diff --git a/jingle/notifier/communicator/login.cc b/jingle/notifier/communicator/login.cc index aacfa41..837f257 100644 --- a/jingle/notifier/communicator/login.cc +++ b/jingle/notifier/communicator/login.cc @@ -10,17 +10,17 @@ #include "base/rand_util.h" #include "base/time/time.h" #include "net/base/host_port_pair.h" +#include "talk/xmpp/asyncsocket.h" +#include "talk/xmpp/prexmppauth.h" +#include "talk/xmpp/xmppclient.h" +#include "talk/xmpp/xmppclientsettings.h" +#include "talk/xmpp/xmppengine.h" #include "third_party/webrtc/libjingle/xmllite/xmlelement.h" #include "webrtc/base/common.h" #include "webrtc/base/firewallsocketserver.h" #include "webrtc/base/logging.h" #include "webrtc/base/physicalsocketserver.h" #include "webrtc/base/taskrunner.h" -#include "webrtc/libjingle/xmpp/asyncsocket.h" -#include "webrtc/libjingle/xmpp/prexmppauth.h" -#include "webrtc/libjingle/xmpp/xmppclient.h" -#include "webrtc/libjingle/xmpp/xmppclientsettings.h" -#include "webrtc/libjingle/xmpp/xmppengine.h" namespace notifier { diff --git a/jingle/notifier/communicator/login.h b/jingle/notifier/communicator/login.h index cfc4267..a8646f6 100644 --- a/jingle/notifier/communicator/login.h +++ b/jingle/notifier/communicator/login.h @@ -17,7 +17,7 @@ #include "jingle/notifier/communicator/login_settings.h" #include "jingle/notifier/communicator/single_login_attempt.h" #include "net/base/network_change_notifier.h" -#include "webrtc/libjingle/xmpp/xmppengine.h" +#include "talk/xmpp/xmppengine.h" namespace buzz { class XmppClient; diff --git a/jingle/notifier/communicator/login_settings.h b/jingle/notifier/communicator/login_settings.h index 00a9589..04ab92d 100644 --- a/jingle/notifier/communicator/login_settings.h +++ b/jingle/notifier/communicator/login_settings.h @@ -10,7 +10,7 @@ #include "base/time/time.h" #include "jingle/notifier/base/server_information.h" #include "net/url_request/url_request_context_getter.h" -#include "webrtc/libjingle/xmpp/xmppclientsettings.h" +#include "talk/xmpp/xmppclientsettings.h" namespace notifier { diff --git a/jingle/notifier/communicator/login_settings_unittest.cc b/jingle/notifier/communicator/login_settings_unittest.cc index 72e769a..5919d1d 100644 --- a/jingle/notifier/communicator/login_settings_unittest.cc +++ b/jingle/notifier/communicator/login_settings_unittest.cc @@ -6,8 +6,8 @@ #include <cstddef> +#include "talk/xmpp/xmppclientsettings.h" #include "testing/gtest/include/gtest/gtest.h" -#include "webrtc/libjingle/xmpp/xmppclientsettings.h" namespace notifier { diff --git a/jingle/notifier/communicator/single_login_attempt.cc b/jingle/notifier/communicator/single_login_attempt.cc index a7309ba..2f7dc21 100644 --- a/jingle/notifier/communicator/single_login_attempt.cc +++ b/jingle/notifier/communicator/single_login_attempt.cc @@ -14,9 +14,9 @@ #include "jingle/notifier/base/gaia_token_pre_xmpp_auth.h" #include "jingle/notifier/listener/xml_element_util.h" #include "net/base/host_port_pair.h" +#include "talk/xmpp/constants.h" +#include "talk/xmpp/xmppclientsettings.h" #include "third_party/webrtc/libjingle/xmllite/xmlelement.h" -#include "webrtc/libjingle/xmpp/constants.h" -#include "webrtc/libjingle/xmpp/xmppclientsettings.h" namespace notifier { diff --git a/jingle/notifier/communicator/single_login_attempt.h b/jingle/notifier/communicator/single_login_attempt.h index 3b7f89a..5480e3c 100644 --- a/jingle/notifier/communicator/single_login_attempt.h +++ b/jingle/notifier/communicator/single_login_attempt.h @@ -10,7 +10,7 @@ #include "jingle/notifier/base/xmpp_connection.h" #include "jingle/notifier/communicator/connection_settings.h" #include "jingle/notifier/communicator/login_settings.h" -#include "webrtc/libjingle/xmpp/xmppengine.h" +#include "talk/xmpp/xmppengine.h" namespace buzz { class XmppTaskParentInterface; diff --git a/jingle/notifier/communicator/single_login_attempt_unittest.cc b/jingle/notifier/communicator/single_login_attempt_unittest.cc index d5b7418..2a9b5af 100644 --- a/jingle/notifier/communicator/single_login_attempt_unittest.cc +++ b/jingle/notifier/communicator/single_login_attempt_unittest.cc @@ -14,10 +14,10 @@ #include "jingle/notifier/communicator/login_settings.h" #include "net/dns/mock_host_resolver.h" #include "net/url_request/url_request_test_util.h" +#include "talk/xmpp/constants.h" +#include "talk/xmpp/xmppengine.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/webrtc/libjingle/xmllite/xmlelement.h" -#include "webrtc/libjingle/xmpp/constants.h" -#include "webrtc/libjingle/xmpp/xmppengine.h" namespace buzz { class XmppTaskParentInterface; diff --git a/jingle/notifier/listener/push_notifications_listen_task.cc b/jingle/notifier/listener/push_notifications_listen_task.cc index 4e6a276..4457535 100644 --- a/jingle/notifier/listener/push_notifications_listen_task.cc +++ b/jingle/notifier/listener/push_notifications_listen_task.cc @@ -9,12 +9,12 @@ #include "jingle/notifier/listener/notification_constants.h" #include "jingle/notifier/listener/notification_defines.h" #include "jingle/notifier/listener/xml_element_util.h" +#include "talk/xmpp/constants.h" +#include "talk/xmpp/xmppclient.h" +#include "talk/xmpp/xmppengine.h" #include "third_party/webrtc/libjingle/xmllite/qname.h" #include "third_party/webrtc/libjingle/xmllite/xmlelement.h" #include "webrtc/base/task.h" -#include "webrtc/libjingle/xmpp/constants.h" -#include "webrtc/libjingle/xmpp/xmppclient.h" -#include "webrtc/libjingle/xmpp/xmppengine.h" namespace notifier { diff --git a/jingle/notifier/listener/push_notifications_listen_task.h b/jingle/notifier/listener/push_notifications_listen_task.h index d5bdf06..7efd95c 100644 --- a/jingle/notifier/listener/push_notifications_listen_task.h +++ b/jingle/notifier/listener/push_notifications_listen_task.h @@ -14,7 +14,7 @@ #define JINGLE_NOTIFIER_PUSH_NOTIFICATIONS_LISTENER_LISTEN_TASK_H_ #include "base/compiler_specific.h" -#include "webrtc/libjingle/xmpp/xmpptask.h" +#include "talk/xmpp/xmpptask.h" namespace buzz { class XmlElement; diff --git a/jingle/notifier/listener/push_notifications_send_update_task.cc b/jingle/notifier/listener/push_notifications_send_update_task.cc index c45a891..7c9eeb4 100644 --- a/jingle/notifier/listener/push_notifications_send_update_task.cc +++ b/jingle/notifier/listener/push_notifications_send_update_task.cc @@ -11,11 +11,11 @@ #include "base/memory/scoped_ptr.h" #include "jingle/notifier/listener/notification_constants.h" #include "jingle/notifier/listener/xml_element_util.h" +#include "talk/xmpp/constants.h" +#include "talk/xmpp/jid.h" +#include "talk/xmpp/xmppclient.h" #include "third_party/webrtc/libjingle/xmllite/qname.h" #include "third_party/webrtc/libjingle/xmllite/xmlelement.h" -#include "webrtc/libjingle/xmpp/constants.h" -#include "webrtc/libjingle/xmpp/jid.h" -#include "webrtc/libjingle/xmpp/xmppclient.h" namespace notifier { diff --git a/jingle/notifier/listener/push_notifications_send_update_task.h b/jingle/notifier/listener/push_notifications_send_update_task.h index bd374f0..773e2bc 100644 --- a/jingle/notifier/listener/push_notifications_send_update_task.h +++ b/jingle/notifier/listener/push_notifications_send_update_task.h @@ -11,7 +11,7 @@ #include "base/compiler_specific.h" #include "base/gtest_prod_util.h" #include "jingle/notifier/listener/notification_defines.h" -#include "webrtc/libjingle/xmpp/xmpptask.h" +#include "talk/xmpp/xmpptask.h" namespace buzz { class Jid; diff --git a/jingle/notifier/listener/push_notifications_send_update_task_unittest.cc b/jingle/notifier/listener/push_notifications_send_update_task_unittest.cc index 0e26850..0395352 100644 --- a/jingle/notifier/listener/push_notifications_send_update_task_unittest.cc +++ b/jingle/notifier/listener/push_notifications_send_update_task_unittest.cc @@ -8,8 +8,8 @@ #include "base/memory/scoped_ptr.h" #include "base/strings/stringprintf.h" #include "jingle/notifier/listener/xml_element_util.h" +#include "talk/xmpp/jid.h" #include "testing/gtest/include/gtest/gtest.h" -#include "webrtc/libjingle/xmpp/jid.h" namespace buzz { class XmlElement; diff --git a/jingle/notifier/listener/push_notifications_subscribe_task.cc b/jingle/notifier/listener/push_notifications_subscribe_task.cc index 753fc34..587f1da 100644 --- a/jingle/notifier/listener/push_notifications_subscribe_task.cc +++ b/jingle/notifier/listener/push_notifications_subscribe_task.cc @@ -10,12 +10,12 @@ #include "base/memory/scoped_ptr.h" #include "jingle/notifier/listener/notification_constants.h" #include "jingle/notifier/listener/xml_element_util.h" +#include "talk/xmpp/constants.h" +#include "talk/xmpp/xmppclient.h" +#include "talk/xmpp/xmppengine.h" #include "third_party/webrtc/libjingle/xmllite/qname.h" #include "third_party/webrtc/libjingle/xmllite/xmlelement.h" #include "webrtc/base/task.h" -#include "webrtc/libjingle/xmpp/constants.h" -#include "webrtc/libjingle/xmpp/xmppclient.h" -#include "webrtc/libjingle/xmpp/xmppengine.h" namespace notifier { diff --git a/jingle/notifier/listener/push_notifications_subscribe_task.h b/jingle/notifier/listener/push_notifications_subscribe_task.h index a26c5e5..75ee9e1 100644 --- a/jingle/notifier/listener/push_notifications_subscribe_task.h +++ b/jingle/notifier/listener/push_notifications_subscribe_task.h @@ -13,8 +13,8 @@ #include "base/compiler_specific.h" #include "base/gtest_prod_util.h" #include "jingle/notifier/listener/notification_defines.h" +#include "talk/xmpp/xmpptask.h" #include "third_party/webrtc/libjingle/xmllite/xmlelement.h" -#include "webrtc/libjingle/xmpp/xmpptask.h" namespace notifier { class PushNotificationsSubscribeTask : public buzz::XmppTask { diff --git a/jingle/notifier/listener/push_notifications_subscribe_task_unittest.cc b/jingle/notifier/listener/push_notifications_subscribe_task_unittest.cc index 2b72c61..32522f2 100644 --- a/jingle/notifier/listener/push_notifications_subscribe_task_unittest.cc +++ b/jingle/notifier/listener/push_notifications_subscribe_task_unittest.cc @@ -7,8 +7,8 @@ #include "base/memory/scoped_ptr.h" #include "base/strings/stringprintf.h" #include "jingle/notifier/listener/xml_element_util.h" +#include "talk/xmpp/jid.h" #include "testing/gtest/include/gtest/gtest.h" -#include "webrtc/libjingle/xmpp/jid.h" namespace buzz { class XmlElement; diff --git a/jingle/notifier/listener/send_ping_task.cc b/jingle/notifier/listener/send_ping_task.cc index 701fa68..317286e 100644 --- a/jingle/notifier/listener/send_ping_task.cc +++ b/jingle/notifier/listener/send_ping_task.cc @@ -9,11 +9,11 @@ #include "base/logging.h" #include "base/memory/scoped_ptr.h" #include "jingle/notifier/listener/xml_element_util.h" +#include "talk/xmpp/constants.h" +#include "talk/xmpp/jid.h" +#include "talk/xmpp/xmppclient.h" #include "third_party/webrtc/libjingle/xmllite/qname.h" #include "third_party/webrtc/libjingle/xmllite/xmlelement.h" -#include "webrtc/libjingle/xmpp/constants.h" -#include "webrtc/libjingle/xmpp/jid.h" -#include "webrtc/libjingle/xmpp/xmppclient.h" namespace notifier { diff --git a/jingle/notifier/listener/send_ping_task.h b/jingle/notifier/listener/send_ping_task.h index 5c980ac..feccb17 100644 --- a/jingle/notifier/listener/send_ping_task.h +++ b/jingle/notifier/listener/send_ping_task.h @@ -10,7 +10,7 @@ #include "base/basictypes.h" #include "base/compiler_specific.h" #include "base/gtest_prod_util.h" -#include "webrtc/libjingle/xmpp/xmpptask.h" +#include "talk/xmpp/xmpptask.h" namespace buzz { class XmlElement; diff --git a/jingle/notifier/listener/send_ping_task_unittest.cc b/jingle/notifier/listener/send_ping_task_unittest.cc index caaad38..1a2dd4b 100644 --- a/jingle/notifier/listener/send_ping_task_unittest.cc +++ b/jingle/notifier/listener/send_ping_task_unittest.cc @@ -7,8 +7,8 @@ #include "base/base64.h" #include "base/memory/scoped_ptr.h" #include "jingle/notifier/listener/xml_element_util.h" +#include "talk/xmpp/jid.h" #include "testing/gtest/include/gtest/gtest.h" -#include "webrtc/libjingle/xmpp/jid.h" namespace buzz { class XmlElement; diff --git a/jingle/notifier/listener/xmpp_push_client.h b/jingle/notifier/listener/xmpp_push_client.h index ea63eb7..dbbd468 100644 --- a/jingle/notifier/listener/xmpp_push_client.h +++ b/jingle/notifier/listener/xmpp_push_client.h @@ -22,7 +22,7 @@ #include "jingle/notifier/listener/push_notifications_listen_task.h" #include "jingle/notifier/listener/push_notifications_subscribe_task.h" #include "jingle/notifier/listener/send_ping_task.h" -#include "webrtc/libjingle/xmpp/xmppclientsettings.h" +#include "talk/xmpp/xmppclientsettings.h" namespace buzz { class XmppTaskParentInterface; |