summaryrefslogtreecommitdiffstats
path: root/chrome/common/net/url_request_context_getter.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/net/url_request_context_getter.cc')
-rw-r--r--chrome/common/net/url_request_context_getter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/net/url_request_context_getter.cc b/chrome/common/net/url_request_context_getter.cc
index 08b5368..57feb0e 100644
--- a/chrome/common/net/url_request_context_getter.cc
+++ b/chrome/common/net/url_request_context_getter.cc
@@ -14,7 +14,7 @@ URLRequestContextGetter::URLRequestContextGetter() : is_main_(false) {}
URLRequestContextGetter::~URLRequestContextGetter() {}
-void URLRequestContextGetter::OnDestruct() const {
+void URLRequestContextGetter::OnDestruct() {
scoped_refptr<base::MessageLoopProxy> io_message_loop_proxy =
GetIOMessageLoopProxy();
DCHECK(io_message_loop_proxy);