| Index: net/http/http_auth_filter.h
|
| diff --git a/net/http/http_auth_filter.h b/net/http/http_auth_filter.h
|
| index bf137c9e9b085b8f92f898ec50fb84e0bfbff389..4909a32bd223a21b7bff103c3d9c86caa4754186 100644
|
| --- a/net/http/http_auth_filter.h
|
| +++ b/net/http/http_auth_filter.h
|
| @@ -47,7 +47,7 @@ class NET_EXPORT HttpAuthFilterWhitelist : public HttpAuthFilter {
|
| const ProxyBypassRules& rules() const { return rules_; }
|
|
|
| // HttpAuthFilter methods:
|
| - virtual bool IsValid(const GURL& url, HttpAuth::Target target) const;
|
| + virtual bool IsValid(const GURL& url, HttpAuth::Target target) const OVERRIDE;
|
|
|
| private:
|
| // Installs the whitelist.
|
|
|