| Index: net/android/keystore.h
|
| diff --git a/net/android/keystore.h b/net/android/keystore.h
|
| index 32f07230bbdf9c8c4c1ded245398213673bfa186..9ede4bf487fcc3b5b6e2cb3d0b02b6a59738ebf6 100644
|
| --- a/net/android/keystore.h
|
| +++ b/net/android/keystore.h
|
| @@ -81,7 +81,7 @@ bool GetPrivateKeyEncodedBytes(jobject private_key,
|
| // |signature| will receive the signature on success.
|
| // Returns true on success, false on failure.
|
| //
|
| -bool RawSignDigestWithPrivateKey(
|
| +NET_EXPORT bool RawSignDigestWithPrivateKey(
|
| jobject private_key,
|
| const base::StringPiece& digest,
|
| std::vector<uint8>* signature);
|
|
|