Index: net/http/http_auth_handler_factory_unittest.cc |
diff --git a/net/http/http_auth_handler_factory_unittest.cc b/net/http/http_auth_handler_factory_unittest.cc |
index 06e8933f25a2adf245e32c4f5c5dd5c7fa9a65a5..9860623314915513aefc9b98a9b61e914d5000db 100644 |
--- a/net/http/http_auth_handler_factory_unittest.cc |
+++ b/net/http/http_auth_handler_factory_unittest.cc |
@@ -27,7 +27,7 @@ class MockHttpAuthHandlerFactory : public HttpAuthHandlerFactory { |
CreateReason reason, |
int nonce_count, |
const BoundNetLog& net_log, |
- scoped_ptr<HttpAuthHandler>* handler) OVERRIDE { |
+ scoped_ptr<HttpAuthHandler>* handler) override { |
handler->reset(); |
return return_code_; |
} |