Chromium Code Reviews| Index: crypto/hmac_nss.cc |
| diff --git a/crypto/hmac_nss.cc b/crypto/hmac_nss.cc |
| index 722fcf1c75741b038c1963725bfce776b91fcdd6..81b2e39610f3d9107243fd86925959c6afa56d67 100644 |
| --- a/crypto/hmac_nss.cc |
| +++ b/crypto/hmac_nss.cc |
| @@ -73,7 +73,7 @@ bool HMAC::Init(const unsigned char *key, int key_length) { |
| return true; |
| } |
| -bool HMAC::Sign(const std::string& data, |
| +bool HMAC::Sign(const base::StringPiece& data, |
| unsigned char* digest, |
| int digest_length) const { |
| if (!plat_->sym_key_.get()) { |