diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-14 17:41:57 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-14 17:41:57 +0000 |
commit | 536fd0b69edf4b73f057fe9c79f15beddd239ef8 (patch) | |
tree | 99ef55ba067df92fde47b22c03bc120c7bcf71d3 /jingle/notifier | |
parent | 01b9f9aca9bb152b809c0310dd439c7cb4fdc87c (diff) | |
download | chromium_src-536fd0b69edf4b73f057fe9c79f15beddd239ef8.zip chromium_src-536fd0b69edf4b73f057fe9c79f15beddd239ef8.tar.gz chromium_src-536fd0b69edf4b73f057fe9c79f15beddd239ef8.tar.bz2 |
net: split net/ssl out of net/base
Also moves transport_security_state files to net/http.
This change also updates the callers.
R=wtc
TBR=rsleevi,lambroslambrou,tony
BUG=70818
Review URL: https://codereview.chromium.org/12680003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188119 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'jingle/notifier')
-rw-r--r-- | jingle/notifier/base/xmpp_connection.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jingle/notifier/base/xmpp_connection.cc b/jingle/notifier/base/xmpp_connection.cc index 2284c7f..8bcb197 100644 --- a/jingle/notifier/base/xmpp_connection.cc +++ b/jingle/notifier/base/xmpp_connection.cc @@ -12,8 +12,8 @@ #include "jingle/glue/task_pump.h" #include "jingle/glue/xmpp_client_socket_factory.h" #include "jingle/notifier/base/weak_xmpp_client.h" -#include "net/base/ssl_config_service.h" #include "net/socket/client_socket_factory.h" +#include "net/ssl/ssl_config_service.h" #include "net/url_request/url_request_context.h" #include "talk/xmpp/xmppclientsettings.h" |