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

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

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
« no previous file with comments | « no previous file | net/cert/internal/test_helpers.cc » ('j') | net/cert/ocsp_parser.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | net/cert/internal/test_helpers.cc » ('j') | net/cert/ocsp_parser.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698