| Index: net/cert/internal/test_helpers.cc
|
| diff --git a/net/cert/internal/test_helpers.cc b/net/cert/internal/test_helpers.cc
|
| index 18e1f6ca74e72fd1744dcd19560293b16206d665..40619ce948f4f5082dd9c709d7bfbc20e56dad74 100644
|
| --- a/net/cert/internal/test_helpers.cc
|
| +++ b/net/cert/internal/test_helpers.cc
|
| @@ -26,10 +26,6 @@ void PrintTo(const Input& data, ::std::ostream* os) {
|
| *os << "[" << b64 << "]";
|
| }
|
|
|
| -bool operator==(const Input& a, const Input& b) {
|
| - return a.Equals(b);
|
| -}
|
| -
|
| } // namespace der
|
|
|
| der::Input InputFromString(const std::string* s) {
|
|
|