Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2471)

Unified Diff: crypto/openssl_bio_string.h

Issue 296223002: Fix component build with gcc 4.6 on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/openssl_bio_string.h
diff --git a/crypto/openssl_bio_string.h b/crypto/openssl_bio_string.h
index 70d4331aa7687420db37aaf79cf16f80fb8082cb..ca46c12de8d8feab6077e09f2ab6bb866501153b 100644
--- a/crypto/openssl_bio_string.h
+++ b/crypto/openssl_bio_string.h
@@ -21,7 +21,7 @@ namespace crypto {
// within OpenSSL.
//
// Note: |out| must remain valid for the duration of the BIO.
-BIO* CRYPTO_EXPORT BIO_new_string(std::string* out);
+CRYPTO_EXPORT BIO* BIO_new_string(std::string* out);
} // namespace crypto
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698