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

Unified Diff: net/base/cert_verifier.h

Issue 6969077: net: Add NET_API to net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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
Index: net/base/cert_verifier.h
===================================================================
--- net/base/cert_verifier.h (revision 85332)
+++ net/base/cert_verifier.h (working copy)
@@ -16,6 +16,7 @@
#include "net/base/cert_database.h"
#include "net/base/cert_verify_result.h"
#include "net/base/completion_callback.h"
+#include "net/base/net_api.h"
#include "net/base/x509_cert_types.h"
namespace net {
@@ -47,8 +48,8 @@
// request at a time is to create a SingleRequestCertVerifier wrapper around
// CertVerifier (which will automatically cancel the single request when it
// goes out of scope).
-class CertVerifier : public base::NonThreadSafe,
- public CertDatabase::Observer {
+class NET_API CertVerifier : NON_EXPORTED_BASE(public base::NonThreadSafe),
+ public CertDatabase::Observer {
public:
// Opaque type used to cancel a request.
typedef void* RequestHandle;

Powered by Google App Engine
This is Rietveld 408576698