| Index: chrome/common/net/url_fetcher.h
|
| diff --git a/chrome/common/net/url_fetcher.h b/chrome/common/net/url_fetcher.h
|
| index 733fd92f28d083ed2d9aae698bc9237bb5051a50..dfa29a913a2291d86eb7d33335dc208908830909 100644
|
| --- a/chrome/common/net/url_fetcher.h
|
| +++ b/chrome/common/net/url_fetcher.h
|
| @@ -143,7 +143,7 @@ class URLFetcher {
|
| // is started.
|
| void set_extra_request_headers(const std::string& extra_request_headers);
|
|
|
| - // Set the URLRequestContext on the request. Must be called before the
|
| + // Set the net::URLRequestContext on the request. Must be called before the
|
| // request is started.
|
| void set_request_context(
|
| URLRequestContextGetter* request_context_getter);
|
|
|