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

Unified Diff: net/ssl/threaded_ssl_private_key.h

Issue 1422573008: Plumbing SSLPrivateKey (//net) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing un-needed forward decl. Created 5 years, 1 month 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 | « net/ssl/ssl_private_key.h ('k') | net/ssl/threaded_ssl_private_key.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/threaded_ssl_private_key.h
diff --git a/net/ssl/threaded_ssl_private_key.h b/net/ssl/threaded_ssl_private_key.h
index afee10347276ef407fa72a84356dd14ec0a964c8..ad77e36078f1bffdfa6f739d0561aa0223c3d8ab 100644
--- a/net/ssl/threaded_ssl_private_key.h
+++ b/net/ssl/threaded_ssl_private_key.h
@@ -52,7 +52,6 @@ class ThreadedSSLPrivateKey : public SSLPrivateKey {
ThreadedSSLPrivateKey(scoped_ptr<Delegate> delegate,
scoped_refptr<base::TaskRunner> task_runner);
- ~ThreadedSSLPrivateKey() override;
// SSLPrivateKey implementation.
Type GetType() override;
@@ -63,6 +62,7 @@ class ThreadedSSLPrivateKey : public SSLPrivateKey {
const SignCallback& callback) override;
private:
+ ~ThreadedSSLPrivateKey() override;
class Core;
scoped_refptr<Core> core_;
« no previous file with comments | « net/ssl/ssl_private_key.h ('k') | net/ssl/threaded_ssl_private_key.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698