| Index: net/http/http_auth_handler.h
|
| ===================================================================
|
| --- net/http/http_auth_handler.h (revision 95949)
|
| +++ net/http/http_auth_handler.h (working copy)
|
| @@ -10,7 +10,7 @@
|
|
|
| #include "base/string16.h"
|
| #include "net/base/completion_callback.h"
|
| -#include "net/base/net_api.h"
|
| +#include "net/base/net_export.h"
|
| #include "net/base/net_log.h"
|
| #include "net/http/http_auth.h"
|
|
|
| @@ -21,7 +21,7 @@
|
| // HttpAuthHandler is the interface for the authentication schemes
|
| // (basic, digest, NTLM, Negotiate).
|
| // HttpAuthHandler objects are typically created by an HttpAuthHandlerFactory.
|
| -class NET_TEST HttpAuthHandler {
|
| +class NET_EXPORT_PRIVATE HttpAuthHandler {
|
| public:
|
| HttpAuthHandler();
|
| virtual ~HttpAuthHandler();
|
|
|