summaryrefslogtreecommitdiffstats
path: root/chrome/service/net/service_url_request_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/service/net/service_url_request_context.h')
-rw-r--r--chrome/service/net/service_url_request_context.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/service/net/service_url_request_context.h b/chrome/service/net/service_url_request_context.h
index 4e6e296..47d5c23e 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: