Index: net/cert/internal/test_helpers.h |
diff --git a/net/cert/internal/test_helpers.h b/net/cert/internal/test_helpers.h |
index ad9ef189dcf9004a819b187ed3c4d695eca28613..50f93d45f303dad5deac1297fb55f83b7fe1ee45 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 |
// der::Input. |
void PrintTo(const Input& data, ::std::ostream* os); |
-bool operator==(const Input& a, const Input& b); |
} // namespace der |