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

Unified Diff: net/base/default_origin_bound_cert_store.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/default_origin_bound_cert_store.h
===================================================================
--- net/base/default_origin_bound_cert_store.h (revision 95949)
+++ net/base/default_origin_bound_cert_store.h (working copy)
@@ -13,7 +13,7 @@
#include "base/compiler_specific.h"
#include "base/memory/ref_counted.h"
#include "base/synchronization/lock.h"
-#include "net/base/net_api.h"
+#include "net/base/net_export.h"
#include "net/base/origin_bound_cert_store.h"
class Task;
@@ -28,7 +28,7 @@
//
// This class can be accessed by multiple threads. For example, it can be used
// by IO and origin bound cert management UI.
-class NET_API DefaultOriginBoundCertStore : public OriginBoundCertStore {
+class NET_EXPORT DefaultOriginBoundCertStore : public OriginBoundCertStore {
public:
class OriginBoundCert;
class PersistentStore;
@@ -110,7 +110,7 @@
// The OriginBoundCert class contains a private key in addition to the origin
// and the cert.
-class NET_API DefaultOriginBoundCertStore::OriginBoundCert {
+class NET_EXPORT DefaultOriginBoundCertStore::OriginBoundCert {
public:
OriginBoundCert();
OriginBoundCert(const std::string& origin,
@@ -130,7 +130,7 @@
typedef base::RefCountedThreadSafe<DefaultOriginBoundCertStore::PersistentStore>
RefcountedPersistentStore;
-class NET_API DefaultOriginBoundCertStore::PersistentStore
+class NET_EXPORT DefaultOriginBoundCertStore::PersistentStore
: public RefcountedPersistentStore {
public:
virtual ~PersistentStore() {}
« no previous file with comments | « net/base/data_url.h ('k') | net/base/directory_lister.h » ('j') | net/base/net_export.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698