Chromium Code Reviews| Index: crypto/hmac_win.cc |
| diff --git a/crypto/hmac_win.cc b/crypto/hmac_win.cc |
| index 1e6954a4cad5a494d371168ddb2181fae7ec7dec..34facc582119c7b02e3ffab33edf89cc070c0bd7 100644 |
| --- a/crypto/hmac_win.cc |
| +++ b/crypto/hmac_win.cc |
| @@ -154,7 +154,7 @@ bool HMAC::Init(const unsigned char* key, int key_length) { |
| HMAC::~HMAC() { |
| } |
| -bool HMAC::Sign(const std::string& data, |
| +bool HMAC::Sign(const base::StringPiece& data, |
| unsigned char* digest, |
| int digest_length) const { |
| if (hash_alg_ == SHA256) { |