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

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

Issue 1541213002: Adding OCSP Parser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix break condition. Created 4 years, 11 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.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) {
« no previous file with comments | « net/cert/internal/test_helpers.h ('k') | net/cert/ocsp_parser.h » ('j') | net/cert/ocsp_parser.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698