Chromium Code Reviews| Index: net/base/auth.cc |
| diff --git a/net/base/auth.cc b/net/base/auth.cc |
| index a1af831030c3e726ee50d1cffff6b9dfbdd09e89..9815ed597f020a664087be4c20d6cb80345765e0 100644 |
| --- a/net/base/auth.cc |
| +++ b/net/base/auth.cc |
| @@ -3,7 +3,6 @@ |
| // found in the LICENSE file. |
| #include "net/base/auth.h" |
| -#include "net/base/zap.h" |
| namespace net { |
| @@ -45,8 +44,4 @@ bool AuthCredentials::Empty() const { |
| return username_.empty() && password_.empty(); |
| } |
| -void AuthCredentials::Zap() { |
| - ZapString(&password_); |
| -} |
| - |
| } // namespace net |