| Index: base/crypto/rsa_private_key.cc
|
| diff --git a/base/crypto/rsa_private_key.cc b/base/crypto/rsa_private_key.cc
|
| index 024f741aefe5b4a5b2853d5c5cf0bcb65b97a0a9..319afd8ff7969d21cff232627fa6e73562c6aa67 100644
|
| --- a/base/crypto/rsa_private_key.cc
|
| +++ b/base/crypto/rsa_private_key.cc
|
| @@ -8,7 +8,7 @@
|
| #include <list>
|
|
|
| #include "base/logging.h"
|
| -#include "base/scoped_ptr.h"
|
| +#include "base/memory/scoped_ptr.h"
|
| #include "base/string_util.h"
|
|
|
| // This file manually encodes and decodes RSA private keys using PrivateKeyInfo
|
|
|