| Index: content/browser/renderer_host/resource_request_info_impl.h
|
| diff --git a/content/browser/renderer_host/resource_request_info_impl.h b/content/browser/renderer_host/resource_request_info_impl.h
|
| index f98908700d3e9837121e3140e18d66c0c7ea216e..66f2ed10e58a33997e0e0209c025bec7bf85d870 100644
|
| --- a/content/browser/renderer_host/resource_request_info_impl.h
|
| +++ b/content/browser/renderer_host/resource_request_info_impl.h
|
| @@ -79,7 +79,7 @@ class ResourceRequestInfoImpl : public ResourceRequestInfo,
|
| virtual bool IsAsync() const OVERRIDE;
|
|
|
|
|
| - void AssociateWithRequest(net::URLRequest* request);
|
| + CONTENT_EXPORT_PRIVATE void AssociateWithRequest(net::URLRequest* request);
|
|
|
| GlobalRequestID GetGlobalRequestID() const;
|
|
|
|
|