Chromium Code Reviews| Index: content/browser/renderer_host/resource_dispatcher_host_request_info.h |
| diff --git a/content/browser/renderer_host/resource_dispatcher_host_request_info.h b/content/browser/renderer_host/resource_dispatcher_host_request_info.h |
| index 0867c6c90e7267ba3c6e8b4c4d9ef0d10931094d..eacd23ba9ceba0bc4e58e4663b01bf93a549d05d 100644 |
| --- a/content/browser/renderer_host/resource_dispatcher_host_request_info.h |
| +++ b/content/browser/renderer_host/resource_dispatcher_host_request_info.h |
| @@ -10,6 +10,7 @@ |
| #include "base/basictypes.h" |
| #include "base/time.h" |
| +#include "content/common/content_export.h" |
| #include "content/common/child_process_info.h" |
|
darin (slow to review)
2011/09/04 15:41:04
nit: "child" before "content"
Dirk Pranke
2011/09/07 01:46:07
Done.
|
| #include "content/common/page_transition_types.h" |
| #include "net/base/load_states.h" |
| @@ -71,7 +72,8 @@ class ResourceDispatcherHostRequestInfo : public net::URLRequest::UserData { |
| ResourceDispatcherHostLoginDelegate* login_delegate() const { |
| return login_delegate_.get(); |
| } |
| - void set_login_delegate(ResourceDispatcherHostLoginDelegate* ld); |
| + CONTENT_EXPORT void set_login_delegate( |
| + ResourceDispatcherHostLoginDelegate* ld); |
| // Pointer to the SSL auth, or NULL if there is none for this request. |
| SSLClientAuthHandler* ssl_client_auth_handler() const { |