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

Unified Diff: content/browser/cert_store.h

Issue 7800015: prune down content_dll change to just the CONTENT_EXPORTS (Closed)
Patch Set: update copyright headers, merge Created 9 years, 3 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: content/browser/cert_store.h
diff --git a/content/browser/cert_store.h b/content/browser/cert_store.h
index 294e93208746987f35992a6df90506091abb19bf..326f1b8480d05a1f53ca7f96d488fba76a0c8909 100644
--- a/content/browser/cert_store.h
+++ b/content/browser/cert_store.h
@@ -10,6 +10,7 @@
#include "base/memory/singleton.h"
#include "base/synchronization/lock.h"
+#include "content/common/content_export.h"
#include "content/common/notification_observer.h"
#include "content/common/notification_registrar.h"
#include "net/base/x509_certificate.h"
@@ -24,7 +25,7 @@
// Note that the cert ids will overflow if we register more than 2^32 - 1 certs
// in 1 browsing session (which is highly unlikely to happen).
-class CertStore : public NotificationObserver {
+class CONTENT_EXPORT CertStore : public NotificationObserver {
public:
// Returns the singleton instance of the CertStore.
static CertStore* GetInstance();

Powered by Google App Engine
This is Rietveld 408576698