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 ead2239a95027b21cf6d9c5c08010ccc36855834..5c92a455a7adec209e1967706f961a49f1d89614 100644 |
--- a/chrome/browser/renderer_host/resource_dispatcher_host_request_info.h |
+++ b/chrome/browser/renderer_host/resource_dispatcher_host_request_info.h |
@@ -168,7 +168,7 @@ class ResourceDispatcherHostRequestInfo : public net::URLRequest::UserData { |
int host_render_view_id() const { return host_render_view_id_; } |
// We hold a reference to the requested blob data to ensure it doesn't |
- // get finally released prior to the URLRequestJob being started. |
+ // get finally released prior to the net::URLRequestJob being started. |
webkit_blob::BlobData* requested_blob_data() const { |
return requested_blob_data_.get(); |
} |