| Index: net/url_request/url_request.h
|
| diff --git a/net/url_request/url_request.h b/net/url_request/url_request.h
|
| index c43aa45a36282b912689254c20fe6d10f8e04c4b..6aabe3427a3d2ddb018d49646adb42856d2ed905 100644
|
| --- a/net/url_request/url_request.h
|
| +++ b/net/url_request/url_request.h
|
| @@ -48,7 +48,7 @@ class X509Certificate;
|
| typedef std::vector<std::string> ResponseCookies;
|
|
|
| //-----------------------------------------------------------------------------
|
| -// A class representing the asynchronous load of a data stream from an URL.
|
| +// A class representing the asynchronous load of a data stream from an URL.
|
| //
|
| // The lifetime of an instance of this class is completely controlled by the
|
| // consumer, and the instance is not required to live on the heap or be
|
|
|