summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_basic.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_auth_handler_basic.h')
-rw-r--r--net/http/http_auth_handler_basic.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/http/http_auth_handler_basic.h b/net/http/http_auth_handler_basic.h
index 5c747c9..1df5367 100644
--- a/net/http/http_auth_handler_basic.h
+++ b/net/http/http_auth_handler_basic.h
@@ -9,16 +9,16 @@
#include <string>
#include "base/string16.h"
-#include "net/base/net_api.h"
+#include "net/base/net_export.h"
#include "net/http/http_auth_handler.h"
#include "net/http/http_auth_handler_factory.h"
namespace net {
// Code for handling http basic authentication.
-class NET_TEST HttpAuthHandlerBasic : public HttpAuthHandler {
+class NET_EXPORT_PRIVATE HttpAuthHandlerBasic : public HttpAuthHandler {
public:
- class NET_TEST Factory : public HttpAuthHandlerFactory {
+ class NET_EXPORT_PRIVATE Factory : public HttpAuthHandlerFactory {
public:
Factory();
virtual ~Factory();