| Index: net/http/transport_security_state.cc
|
| diff --git a/net/http/transport_security_state.cc b/net/http/transport_security_state.cc
|
| index 2404db0206ddc1cab24987d1b2c6666c40e55256..7b031338183c5d7b1970bdde0ae8a07d8f304846 100644
|
| --- a/net/http/transport_security_state.cc
|
| +++ b/net/http/transport_security_state.cc
|
| @@ -4,17 +4,6 @@
|
|
|
| #include "net/http/transport_security_state.h"
|
|
|
| -#if defined(USE_OPENSSL)
|
| -#include <openssl/ecdsa.h>
|
| -#include <openssl/ssl.h>
|
| -#else // !defined(USE_OPENSSL)
|
| -#include <cryptohi.h>
|
| -#include <hasht.h>
|
| -#include <keyhi.h>
|
| -#include <nspr.h>
|
| -#include <pk11pub.h>
|
| -#endif
|
| -
|
| #include <algorithm>
|
|
|
| #include "base/base64.h"
|
| @@ -39,10 +28,6 @@
|
| #include "net/ssl/ssl_info.h"
|
| #include "url/gurl.h"
|
|
|
| -#if defined(USE_OPENSSL)
|
| -#include "crypto/openssl_util.h"
|
| -#endif
|
| -
|
| namespace net {
|
|
|
| namespace {
|
|
|