Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Unified Diff: net/cert/internal/test_helpers.h

Issue 1664243002: Using == instead of Equals for der::Input comparison. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Using non-class equality. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698