| Index: chrome/service/net/service_url_request_context.h
|
| diff --git a/chrome/service/net/service_url_request_context.h b/chrome/service/net/service_url_request_context.h
|
| index 4e6e296c48aa74eb0e817f6a3801fb9d42eae076..47d5c23e3f03ac4c2192c49b0d585cf5cd3ef872 100644
|
| --- a/chrome/service/net/service_url_request_context.h
|
| +++ b/chrome/service/net/service_url_request_context.h
|
| @@ -25,9 +25,9 @@ namespace base {
|
| class MessageLoopProxy;
|
| }
|
|
|
| -// Subclass of URLRequestContext which can be used to store extra information
|
| -// for requests. This subclass is meant to be used in the service process where
|
| -// the profile is not available.
|
| +// Subclass of net::URLRequestContext which can be used to store extra
|
| +// information for requests. This subclass is meant to be used in the service
|
| +// process where the profile is not available.
|
| //
|
| class ServiceURLRequestContext : public net::URLRequestContext {
|
| public:
|
| @@ -36,7 +36,7 @@ class ServiceURLRequestContext : public net::URLRequestContext {
|
| cookie_policy_ = policy;
|
| }
|
|
|
| - // URLRequestContext overrides
|
| + // Overridden from net::URLRequestContext:
|
| virtual const std::string& GetUserAgent(const GURL& url) const;
|
|
|
| protected:
|
|
|