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..999c37b55699cc02d059cad4caadeebf6a536510 100644 |
--- a/net/cert/internal/test_helpers.h |
+++ b/net/cert/internal/test_helpers.h |
@@ -18,10 +18,8 @@ namespace net { |
namespace der { |
-// These functions are used by GTest to support EXPECT_EQ() for |
-// der::Input. |
+// This function is used by GTest to support EXPECT_EQ() for der::Input. |
void PrintTo(const Input& data, ::std::ostream* os); |
-bool operator==(const Input& a, const Input& b); |
} // namespace der |