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

Unified Diff: net/base/cert_database.h

Issue 9476035: Make CertVerifier a pure virtual interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Win shared fix Created 8 years, 9 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 | « jingle/notifier/base/chrome_async_socket_unittest.cc ('k') | net/base/cert_database.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/cert_database.h
===================================================================
--- net/base/cert_database.h (revision 128056)
+++ net/base/cert_database.h (working copy)
@@ -14,15 +14,13 @@
#include "base/string16.h"
#include "net/base/cert_type.h"
#include "net/base/net_export.h"
+#include "net/base/x509_certificate.h"
namespace net {
class CryptoModule;
typedef std::vector<scoped_refptr<CryptoModule> > CryptoModuleList;
-class X509Certificate;
-typedef std::vector<scoped_refptr<X509Certificate> > CertificateList;
-
// This class provides functions to manipulate the local
// certificate store.
« no previous file with comments | « jingle/notifier/base/chrome_async_socket_unittest.cc ('k') | net/base/cert_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698