summaryrefslogtreecommitdiffstats
path: root/content/child/webcrypto/openssl/rsa_key_openssl.h
diff options
context:
space:
mode:
authoreroman <eroman@chromium.org>2014-10-24 13:30:56 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-24 20:31:17 +0000
commit9be2db3d9db3f02d6237af6d4dd78af8f069e5bf (patch)
treebdd51477582406710e6896301f1290c1bdc627c4 /content/child/webcrypto/openssl/rsa_key_openssl.h
parent3c8c255f2d552ee1aca0d254e57eabdf7e056203 (diff)
downloadchromium_src-9be2db3d9db3f02d6237af6d4dd78af8f069e5bf.zip
chromium_src-9be2db3d9db3f02d6237af6d4dd78af8f069e5bf.tar.gz
chromium_src-9be2db3d9db3f02d6237af6d4dd78af8f069e5bf.tar.bz2
Cleanup: Remove unused forward declarations.
Review URL: https://codereview.chromium.org/680603002 Cr-Commit-Position: refs/heads/master@{#301188}
Diffstat (limited to 'content/child/webcrypto/openssl/rsa_key_openssl.h')
-rw-r--r--content/child/webcrypto/openssl/rsa_key_openssl.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/content/child/webcrypto/openssl/rsa_key_openssl.h b/content/child/webcrypto/openssl/rsa_key_openssl.h
index 48d7b4c..d793505 100644
--- a/content/child/webcrypto/openssl/rsa_key_openssl.h
+++ b/content/child/webcrypto/openssl/rsa_key_openssl.h
@@ -11,9 +11,6 @@ namespace content {
namespace webcrypto {
-class PublicKeyNss;
-class PrivateKeyNss;
-
// Base class for an RSA algorithm whose keys additionaly have a hash parameter
// bound to them. Provides functionality for generating, importing, and
// exporting keys.