 Chromium Code Reviews
 Chromium Code Reviews Issue 9348001:
  Use a forward declaration of RSAPrivateKey in crypto/signature_creator.h.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src/
    
  
    Issue 9348001:
  Use a forward declaration of RSAPrivateKey in crypto/signature_creator.h.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src/| Index: crypto/signature_creator_openssl.cc | 
| =================================================================== | 
| --- crypto/signature_creator_openssl.cc (revision 120638) | 
| +++ crypto/signature_creator_openssl.cc (working copy) | 
| @@ -10,6 +10,7 @@ | 
| #include "base/memory/scoped_ptr.h" | 
| #include "base/stl_util.h" | 
| #include "crypto/openssl_util.h" | 
| +#include "crypto/rsa_private_key.h" | 
| namespace crypto { |