| Index: net/http/http_auth_handler_factory.h
|
| ===================================================================
|
| --- net/http/http_auth_handler_factory.h (revision 95949)
|
| +++ net/http/http_auth_handler_factory.h (working copy)
|
| @@ -11,7 +11,7 @@
|
| #include <vector>
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "net/base/net_api.h"
|
| +#include "net/base/net_export.h"
|
| #include "net/http/http_auth.h"
|
| #include "net/http/url_security_manager.h"
|
|
|
| @@ -27,7 +27,7 @@
|
| // An HttpAuthHandlerFactory is used to create HttpAuthHandler objects.
|
| // The HttpAuthHandlerFactory object _must_ outlive any of the HttpAuthHandler
|
| // objects that it creates.
|
| -class NET_API HttpAuthHandlerFactory {
|
| +class NET_EXPORT HttpAuthHandlerFactory {
|
| public:
|
| enum CreateReason {
|
| CREATE_CHALLENGE, // Create a handler in response to a challenge.
|
| @@ -126,7 +126,8 @@
|
|
|
| // The HttpAuthHandlerRegistryFactory dispatches create requests out
|
| // to other factories based on the auth scheme.
|
| -class NET_API HttpAuthHandlerRegistryFactory : public HttpAuthHandlerFactory {
|
| +class NET_EXPORT HttpAuthHandlerRegistryFactory
|
| + : public HttpAuthHandlerFactory {
|
| public:
|
| HttpAuthHandlerRegistryFactory();
|
| virtual ~HttpAuthHandlerRegistryFactory();
|
|
|