| Index: webkit/glue/resource_loader_bridge.h
|
| diff --git a/webkit/glue/resource_loader_bridge.h b/webkit/glue/resource_loader_bridge.h
|
| index bd2f8b9428623e89dbbb83bca3b88ecd5125b6c1..951eb87739b3d2674fea5adbbc2fe861a2a98342 100644
|
| --- a/webkit/glue/resource_loader_bridge.h
|
| +++ b/webkit/glue/resource_loader_bridge.h
|
| @@ -259,9 +259,9 @@ class ResourceLoaderBridge {
|
| // within webkit. The Peer and it's bridge should have identical lifetimes
|
| // as they represent each end of a communication channel.
|
| //
|
| - // These callbacks mirror URLRequest::Delegate and the order and conditions
|
| - // in which they will be called are identical. See url_request.h for more
|
| - // information.
|
| + // These callbacks mirror net::URLRequest::Delegate and the order and
|
| + // conditions in which they will be called are identical. See url_request.h
|
| + // for more information.
|
| class Peer {
|
| public:
|
| virtual ~Peer() {}
|
|
|