summaryrefslogtreecommitdiffstats
path: root/net/base/test_root_certs.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/test_root_certs.h')
-rw-r--r--net/base/test_root_certs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/base/test_root_certs.h b/net/base/test_root_certs.h
index 16864de..e2812a5 100644
--- a/net/base/test_root_certs.h
+++ b/net/base/test_root_certs.h
@@ -8,7 +8,7 @@
#include "base/lazy_instance.h"
#include "build/build_config.h"
-#include "net/base/net_api.h"
+#include "net/base/net_export.h"
#if defined(OS_WIN)
#include <windows.h>
@@ -30,7 +30,7 @@ class X509Certificate;
// TestRootCerts is a helper class for unit tests that is used to
// artificially mark a certificate as trusted, independent of the local
// machine configuration.
-class NET_TEST TestRootCerts {
+class NET_EXPORT_PRIVATE TestRootCerts {
public:
// Obtains the Singleton instance to the trusted certificates.
static TestRootCerts* GetInstance();