diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-12 17:22:45 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-12 17:22:45 +0000 |
commit | afc26521e0f0b4960337eb3473c1529a6fb407af (patch) | |
tree | c5f8760aceae670a6d0a1fd4b2f40ca8f02547d5 /net/base/ssl_config_service.h | |
parent | 66c51f716433a3bf9fb0a5547919df61f040f7cd (diff) | |
download | chromium_src-afc26521e0f0b4960337eb3473c1529a6fb407af.zip chromium_src-afc26521e0f0b4960337eb3473c1529a6fb407af.tar.gz chromium_src-afc26521e0f0b4960337eb3473c1529a6fb407af.tar.bz2 |
Rename SSLNonSensitiveHostInfo to SSLHostInfo.
No effective code change.
BUG=none
TEST=net_unittests
Review URL: http://codereview.chromium.org/3728002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62295 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/ssl_config_service.h')
-rw-r--r-- | net/base/ssl_config_service.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/base/ssl_config_service.h b/net/base/ssl_config_service.h index 45c5392..b1d1de4 100644 --- a/net/base/ssl_config_service.h +++ b/net/base/ssl_config_service.h @@ -10,7 +10,7 @@ #include "base/observer_list.h" #include "base/ref_counted.h" -#include "net/base/ssl_non_sensitive_host_info.h" +#include "net/base/ssl_host_info.h" #include "net/base/x509_certificate.h" namespace net { @@ -82,7 +82,7 @@ struct SSLConfig { // If provided, the SSL socket will assume that the application protocol is // client-speaks-first. Also needs SSLConfigService::EnableSnapStart to // have been called. - scoped_refptr<SSLNonSensitiveHostInfo> ssl_host_info; + scoped_refptr<SSLHostInfo> ssl_host_info; }; // The interface for retrieving the SSL configuration. This interface |