Chromium Code Reviews| Index: net/ssl/openssl_client_key_store.cc |
| diff --git a/net/ssl/openssl_client_key_store.cc b/net/ssl/openssl_client_key_store.cc |
| index de1199f17efee594414d3e673c5cafe678ea4802..9b1b8767cf776d176e986ad623a3d0d8acc5f10d 100644 |
| --- a/net/ssl/openssl_client_key_store.cc |
| +++ b/net/ssl/openssl_client_key_store.cc |
| @@ -6,9 +6,10 @@ |
| #include <openssl/evp.h> |
| #include <openssl/x509.h> |
| + |
| #include <algorithm> |
| +#include <memory> |
| -#include "base/memory/scoped_ptr.h" |
| #include "base/memory/singleton.h" |
| #include "net/cert/x509_certificate.h" |