| Index: net/http/http_auth_handler_factory.h
|
| diff --git a/net/http/http_auth_handler_factory.h b/net/http/http_auth_handler_factory.h
|
| index 644be678e6a1bd09105361249cb59d33e5d4b1fc..58db6f6ed10807fb4271b942c5c53b902c215970 100644
|
| --- a/net/http/http_auth_handler_factory.h
|
| +++ b/net/http/http_auth_handler_factory.h
|
| @@ -189,7 +189,7 @@ class NET_EXPORT HttpAuthHandlerRegistryFactory
|
| CreateReason reason,
|
| int digest_nonce_count,
|
| const BoundNetLog& net_log,
|
| - scoped_ptr<HttpAuthHandler>* handler);
|
| + scoped_ptr<HttpAuthHandler>* handler) OVERRIDE;
|
|
|
| private:
|
| typedef std::map<std::string, HttpAuthHandlerFactory*> FactoryMap;
|
|
|