summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_auth_cache.h')
-rw-r--r--net/http/http_auth_cache.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/http/http_auth_cache.h b/net/http/http_auth_cache.h
index e8f7f16..e7eb305 100644
--- a/net/http/http_auth_cache.h
+++ b/net/http/http_auth_cache.h
@@ -13,6 +13,7 @@
#include "base/memory/ref_counted.h"
#include "base/string16.h"
#include "googleurl/src/gurl.h"
+#include "net/base/net_api.h"
#include "net/http/http_auth.h"
namespace net {
@@ -25,7 +26,7 @@ namespace net {
// - the last auth handler used (contains realm and authentication scheme)
// - the list of paths which used this realm
// Entries can be looked up by either (origin, realm, scheme) or (origin, path).
-class HttpAuthCache {
+class NET_TEST HttpAuthCache {
public:
class Entry;
@@ -108,7 +109,7 @@ class HttpAuthCache {
};
// An authentication realm entry.
-class HttpAuthCache::Entry {
+class NET_TEST HttpAuthCache::Entry {
public:
~Entry();