Index: net/base/origin_bound_cert_service.h |
=================================================================== |
--- net/base/origin_bound_cert_service.h (revision 95949) |
+++ net/base/origin_bound_cert_service.h (working copy) |
@@ -10,14 +10,14 @@ |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
-#include "net/base/net_api.h" |
+#include "net/base/net_export.h" |
namespace net { |
class OriginBoundCertStore; |
// A class for creating and fetching origin bound certs. |
-class NET_API OriginBoundCertService |
+class NET_EXPORT OriginBoundCertService |
: public base::RefCountedThreadSafe<OriginBoundCertService> { |
public: |
// This object owns origin_bound_cert_store. |