| Index: net/android/keystore_unittest.cc
|
| diff --git a/net/android/keystore_unittest.cc b/net/android/keystore_unittest.cc
|
| index f1012a44f1a4b2d2cca132b5474c744655b87268..b7eb083b39d75d10799c7b0dc6c48ac60cfe721c 100644
|
| --- a/net/android/keystore_unittest.cc
|
| +++ b/net/android/keystore_unittest.cc
|
| @@ -97,7 +97,7 @@ std::string GetOpenSSLErrorString(void) {
|
| // Return the string's new buffer in memory, as an 'unsigned char*'
|
| // pointer.
|
| unsigned char* OpenSSLWriteInto(std::string* str, size_t size) {
|
| - return reinterpret_cast<unsigned char*>(WriteInto(str, size + 1));
|
| + return reinterpret_cast<unsigned char*>(base::WriteInto(str, size + 1));
|
| }
|
|
|
| // Load a given private key file into an EVP_PKEY.
|
|
|