summaryrefslogtreecommitdiffstats
path: root/net/socket_stream/socket_stream_job.cc
diff options
context:
space:
mode:
authorrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-22 13:35:49 +0000
committerrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-22 13:35:49 +0000
commit11f40349ae8b6a644399d7b609a3c702873ddc3b (patch)
tree5143f91c042f713d09c488ce652d16e3625dc32b /net/socket_stream/socket_stream_job.cc
parentdf89c555395b0f0585dbe56cb6ddbf1029c1e9ab (diff)
downloadchromium_src-11f40349ae8b6a644399d7b609a3c702873ddc3b.zip
chromium_src-11f40349ae8b6a644399d7b609a3c702873ddc3b.tar.gz
chromium_src-11f40349ae8b6a644399d7b609a3c702873ddc3b.tar.bz2
Clean-up style issues in net:: related to X.509 data-types, eliminating unnecessary includes and marking platform-specific implementations as such. Also clearly document that CertPrincipal::Matches() is not suitable for security-relevant name checks.
In addition, because x509_cert_types.h no longer includes base/singleton.h, fix all the classes that broke because they weren't including what they used. BUG=none TEST=existing Review URL: http://codereview.chromium.org/5162001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66941 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/socket_stream/socket_stream_job.cc')
-rw-r--r--net/socket_stream/socket_stream_job.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/socket_stream/socket_stream_job.cc b/net/socket_stream/socket_stream_job.cc
index 0913015..8d1da73 100644
--- a/net/socket_stream/socket_stream_job.cc
+++ b/net/socket_stream/socket_stream_job.cc
@@ -4,6 +4,7 @@
#include "net/socket_stream/socket_stream_job.h"
+#include "base/singleton.h"
#include "net/socket_stream/socket_stream_job_manager.h"
namespace net {