| Index: net/http/url_security_manager.h
|
| diff --git a/net/http/url_security_manager.h b/net/http/url_security_manager.h
|
| index 26652645f3b947f644271fcf349a7bd12d4715b5..70cfcfa264f3b980ff71066c6d884189d444a272 100644
|
| --- a/net/http/url_security_manager.h
|
| +++ b/net/http/url_security_manager.h
|
| @@ -18,8 +18,8 @@ class HttpAuthFilter;
|
| // regarding URL actions (e.g., sending the default credentials to a server).
|
| class URLSecurityManager {
|
| public:
|
| - URLSecurityManager() {}
|
| - virtual ~URLSecurityManager() {}
|
| + URLSecurityManager() {}
|
| + virtual ~URLSecurityManager() {}
|
|
|
| // Creates a platform-dependent instance of URLSecurityManager.
|
| // The URLSecurityManager takes ownership of the HttpAuthFilter.
|
|
|