| Index: base/crypto/signature_creator_openssl.cc
|
| diff --git a/base/crypto/signature_creator_openssl.cc b/base/crypto/signature_creator_openssl.cc
|
| index 5bdb78359708e653ef5b5472240db086e2aff212..7915d525c0472a3cee60d55e507c0700836368b9 100644
|
| --- a/base/crypto/signature_creator_openssl.cc
|
| +++ b/base/crypto/signature_creator_openssl.cc
|
| @@ -7,8 +7,8 @@
|
| #include <openssl/evp.h>
|
|
|
| #include "base/logging.h"
|
| +#include "base/memory/scoped_ptr.h"
|
| #include "base/openssl_util.h"
|
| -#include "base/scoped_ptr.h"
|
| #include "base/stl_util-inl.h"
|
|
|
| namespace base {
|
|
|