Chromium Code Reviews| Index: net/http/http_auth_cache.h |
| diff --git a/net/http/http_auth_cache.h b/net/http/http_auth_cache.h |
| index ecdcb35f748f0bbfaae155c3286252c41cc24b74..a13095604ff37eee830267288c192d737a795b4b 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_; |
| } |