| 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 32f572e9aab142bcab5c00393fa7032adfa8c796..ace9345b3508f31a8fd67762438cc27a691eceac 100644
|
| --- a/net/http/mock_allow_url_security_manager.h
|
| +++ b/net/http/mock_allow_url_security_manager.h
|
| @@ -17,8 +17,8 @@ class MockAllowURLSecurityManager : public URLSecurityManager {
|
| MockAllowURLSecurityManager();
|
| virtual ~MockAllowURLSecurityManager();
|
|
|
| - virtual bool CanUseDefaultCredentials(const GURL& auth_origin) const;
|
| - virtual bool CanDelegate(const GURL& auth_origin) const;
|
| + virtual bool CanUseDefaultCredentials(const GURL& auth_origin) const OVERRIDE;
|
| + virtual bool CanDelegate(const GURL& auth_origin) const OVERRIDE;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(MockAllowURLSecurityManager);
|
|
|