| Index: chrome/browser/renderer_host/resource_dispatcher_host_request_info.h
|
| diff --git a/chrome/browser/renderer_host/resource_dispatcher_host_request_info.h b/chrome/browser/renderer_host/resource_dispatcher_host_request_info.h
|
| index 9d5e386c450e3dd604c69b7f7299c42c41699e70..032c4bdbc59ac37ed27c23bdedb6332c3b9ee898 100644
|
| --- a/chrome/browser/renderer_host/resource_dispatcher_host_request_info.h
|
| +++ b/chrome/browser/renderer_host/resource_dispatcher_host_request_info.h
|
| @@ -27,7 +27,7 @@ class BlobData;
|
|
|
| // Holds the data ResourceDispatcherHost associates with each request.
|
| // Retrieve this data by calling ResourceDispatcherHost::InfoForRequest.
|
| -class ResourceDispatcherHostRequestInfo : public URLRequest::UserData {
|
| +class ResourceDispatcherHostRequestInfo : public net::URLRequest::UserData {
|
| public:
|
| // This will take a reference to the handler.
|
| ResourceDispatcherHostRequestInfo(
|
|
|