Index: content/browser/renderer_host/resource_dispatcher_host_login_delegate.h |
diff --git a/content/browser/renderer_host/resource_dispatcher_host_login_delegate.h b/content/browser/renderer_host/resource_dispatcher_host_login_delegate.h |
index e0e63c363e2c0303ff0d79902c3079e2859cbd37..ba60db35652154408e194a905674ee71fcaeb40d 100644 |
--- a/content/browser/renderer_host/resource_dispatcher_host_login_delegate.h |
+++ b/content/browser/renderer_host/resource_dispatcher_host_login_delegate.h |
@@ -8,11 +8,12 @@ |
#include "base/basictypes.h" |
#include "base/memory/ref_counted.h" |
+#include "content/common/content_export.h" |
// Interface for getting login credentials for HTTP auth requests. When the |
// implementation has the credentials, it shoudl call the Requests's SetAuth |
// method. |
-class ResourceDispatcherHostLoginDelegate |
+class CONTENT_EXPORT ResourceDispatcherHostLoginDelegate |
: public base::RefCountedThreadSafe<ResourceDispatcherHostLoginDelegate> { |
public: |
ResourceDispatcherHostLoginDelegate(); |