| Index: net/http/mock_allow_url_security_manager.h
|
| diff --git a/net/http/mock_allow_url_security_manager.h b/net/http/mock_allow_url_security_manager.h
|
| index 8fbe2c542047c7d1366e0c7dde2aae185faf9549..3e19f9bef5be14991b6b3c16c459d83046dd80e9 100644
|
| --- a/net/http/mock_allow_url_security_manager.h
|
| +++ b/net/http/mock_allow_url_security_manager.h
|
| @@ -16,8 +16,8 @@ class MockAllowURLSecurityManager : public URLSecurityManager {
|
| MockAllowURLSecurityManager();
|
| virtual ~MockAllowURLSecurityManager();
|
|
|
| - virtual bool CanUseDefaultCredentials(const GURL& auth_origin) const OVERRIDE;
|
| - virtual bool CanDelegate(const GURL& auth_origin) const OVERRIDE;
|
| + virtual bool CanUseDefaultCredentials(const GURL& auth_origin) const override;
|
| + virtual bool CanDelegate(const GURL& auth_origin) const override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(MockAllowURLSecurityManager);
|
|
|