summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_auth_cache.h')
-rw-r--r--net/http/http_auth_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_auth_cache.h b/net/http/http_auth_cache.h
index ecdcb35..a130956 100644
--- a/net/http/http_auth_cache.h
+++ b/net/http/http_auth_cache.h
@@ -122,7 +122,7 @@ class HttpAuthCache::Entry {
}
// The authentication scheme of the challenge.
- const HttpAuth::Scheme scheme() const {
+ HttpAuth::Scheme scheme() const {
return scheme_;
}