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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/service/net/service_url_request_context.h b/chrome/service/net/service_url_request_context.h
index 379371f..46a8b2a 100644
--- a/chrome/service/net/service_url_request_context.h
+++ b/chrome/service/net/service_url_request_context.h
@@ -59,7 +59,7 @@ class ServiceURLRequestContextGetter : public URLRequestContextGetter {
ServiceURLRequestContextGetter();
virtual URLRequestContext* GetURLRequestContext();
- virtual scoped_refptr<base::MessageLoopProxy> GetIOMessageLoopProxy();
+ virtual scoped_refptr<base::MessageLoopProxy> GetIOMessageLoopProxy() const;
void set_user_agent(const std::string& ua) {
user_agent_ = ua;