Chromium Code Reviews| Index: net/cert/internal/test_helpers.h |
| diff --git a/net/cert/internal/test_helpers.h b/net/cert/internal/test_helpers.h |
| index a1b3d8045ee2e31ec685aa81ff3f5b82162db786..698fa7f4702eb498f6ec28cb21900f7f6d80e984 100644 |
| --- a/net/cert/internal/test_helpers.h |
| +++ b/net/cert/internal/test_helpers.h |
| @@ -21,7 +21,6 @@ namespace der { |
| // These functions are used by GTest to support EXPECT_EQ() for |
|
eroman
2016/02/04 19:43:42
These functions --> This function is used...
|
| // der::Input. |
| void PrintTo(const Input& data, ::std::ostream* os); |
| -bool operator==(const Input& a, const Input& b); |
| } // namespace der |