| Index: webkit/appcache/appcache_request_handler.h
|
| diff --git a/webkit/appcache/appcache_request_handler.h b/webkit/appcache/appcache_request_handler.h
|
| index fcf7f8f28f07acc3bc980e87feecd19befd4ea58..e07a77cd517850eb939a9ffa19f8554f8a20ede4 100644
|
| --- a/webkit/appcache/appcache_request_handler.h
|
| +++ b/webkit/appcache/appcache_request_handler.h
|
| @@ -19,8 +19,8 @@ namespace appcache {
|
|
|
| class AppCacheURLRequestJob;
|
|
|
| -// An instance is created for each URLRequest. The instance survives all
|
| -// http transactions involved in the processing of its URLRequest, and is
|
| +// An instance is created for each net::URLRequest. The instance survives all
|
| +// http transactions involved in the processing of its net::URLRequest, and is
|
| // given the opportunity to hijack the request along the way. Callers
|
| // should use AppCacheHost::CreateRequestHandler to manufacture instances
|
| // that can retrieve resources for a particular host.
|
|
|