summaryrefslogtreecommitdiffstats
path: root/net/base/ssl_config_service.h
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-12 17:22:45 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-12 17:22:45 +0000
commitafc26521e0f0b4960337eb3473c1529a6fb407af (patch)
treec5f8760aceae670a6d0a1fd4b2f40ca8f02547d5 /net/base/ssl_config_service.h
parent66c51f716433a3bf9fb0a5547919df61f040f7cd (diff)
downloadchromium_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.h4
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