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

Unified Diff: net/base/crl_filter.h

Issue 7529043: Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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/crl_filter.h
===================================================================
--- net/base/crl_filter.h (revision 95949)
+++ net/base/crl_filter.h (working copy)
@@ -15,7 +15,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/string_piece.h"
#include "base/synchronization/lock.h"
-#include "net/base/net_api.h"
+#include "net/base/net_export.h"
namespace net {
@@ -29,7 +29,7 @@
// a firm "not revoked" answer or a probabilistic "revoked" answer.
// Additionally, a CRLFilter can contain a list of blocked public keys and, in
// that case, it can give a firm "revoked" answer.
-class NET_TEST CRLFilter : public base::RefCounted<CRLFilter> {
+class NET_EXPORT_PRIVATE CRLFilter : public base::RefCounted<CRLFilter> {
public:
enum Result {
REVOKED, // the certificate should be rejected.
« no previous file with comments | « net/base/cookie_store.h ('k') | net/base/crypto_module.h » ('j') | net/base/net_export.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698