| Index: chrome/common/net/url_request_context_getter.h
|
| diff --git a/chrome/common/net/url_request_context_getter.h b/chrome/common/net/url_request_context_getter.h
|
| index 0c060e5576cdd021ad82eda6ea3b14ee7f84108d..8b75a74e2de38c7538de99fc74bc0409b03be078 100644
|
| --- a/chrome/common/net/url_request_context_getter.h
|
| +++ b/chrome/common/net/url_request_context_getter.h
|
| @@ -20,7 +20,7 @@ class URLRequestContext;
|
|
|
| struct URLRequestContextGetterTraits;
|
|
|
| -// Interface for retrieving an URLRequestContext.
|
| +// Interface for retrieving an net::URLRequestContext.
|
| class URLRequestContextGetter
|
| : public base::RefCountedThreadSafe<URLRequestContextGetter,
|
| URLRequestContextGetterTraits> {
|
| @@ -31,7 +31,7 @@ class URLRequestContextGetter
|
| // implementations can override it.
|
| virtual net::CookieStore* GetCookieStore();
|
| // Returns a MessageLoopProxy corresponding to the thread on which the
|
| - // request IO happens (the thread on which the returned URLRequestContext
|
| + // request IO happens (the thread on which the returned net::URLRequestContext
|
| // may be used).
|
| virtual scoped_refptr<base::MessageLoopProxy>
|
| GetIOMessageLoopProxy() const = 0;
|
|
|