Chromium Code Reviews| 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..9bd581f8036b61de02084f179fc15ab49472a9d6 100644 |
| --- a/content/browser/renderer_host/resource_dispatcher_host_login_delegate.h |
| +++ b/content/browser/renderer_host/resource_dispatcher_host_login_delegate.h |
| @@ -7,12 +7,13 @@ |
| #pragma once |
| #include "base/basictypes.h" |
| +#include "content/common/content_export.h" |
|
darin (slow to review)
2011/09/04 15:41:04
nit: "base" before "content"
Dirk Pranke
2011/09/07 01:46:07
Done.
|
| #include "base/memory/ref_counted.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(); |