summaryrefslogtreecommitdiffstats
path: root/net/android
diff options
context:
space:
mode:
authoryfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-03 00:20:00 +0000
committeryfriedman@chromium.org <yfriedman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-03 00:20:00 +0000
commitb8ec98a368e8236d57d39d27e516079ab8697bfb (patch)
treea47d1535fc1e2d74a9f871391bf9d223b2e5cc87 /net/android
parent4ba63f3ea1aba43509553cc1838c8d35037b73bd (diff)
downloadchromium_src-b8ec98a368e8236d57d39d27e516079ab8697bfb.zip
chromium_src-b8ec98a368e8236d57d39d27e516079ab8697bfb.tar.gz
chromium_src-b8ec98a368e8236d57d39d27e516079ab8697bfb.tar.bz2
[Android] Fix remaining linker errors for components build
Miscellaneous missing dependencies and a few more exports. BUG=158821 Review URL: https://chromiumcodereview.appspot.com/12988003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@191944 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/android')
-rw-r--r--net/android/keystore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/android/keystore.h b/net/android/keystore.h
index 32f0723..9ede4bf 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);