| Index: crypto/rsa_private_key_nss.cc
|
| diff --git a/crypto/rsa_private_key_nss.cc b/crypto/rsa_private_key_nss.cc
|
| index 7ec5ae4b9b6ef8bd2ab63c402e8bac79ca533150..2538a723ae4b8b05f768aadea5611ec61b3593b0 100644
|
| --- a/crypto/rsa_private_key_nss.cc
|
| +++ b/crypto/rsa_private_key_nss.cc
|
| @@ -10,10 +10,10 @@
|
| #include <stdint.h>
|
|
|
| #include <list>
|
| +#include <memory>
|
|
|
| #include "base/debug/leak_annotations.h"
|
| #include "base/logging.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string_util.h"
|
| #include "crypto/nss_key_util.h"
|
| #include "crypto/nss_util.h"
|
|
|