| 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 e712aafcb0abcd3894b033a4c9a1141ea80a277a..efb432aa74206e05d351736d351ecf144b6ac034 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) OVERRIDE;
|
| + scoped_ptr<HttpAuthHandler>* handler) override;
|
|
|
| private:
|
| typedef std::map<std::string, HttpAuthHandlerFactory*> FactoryMap;
|
|
|