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

Unified Diff: net/cert/signed_tree_head.h

Issue 1758823002: Certificate Transparency: Ensure timestamps over 32 bit are handled correctly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing review comments 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
« no previous file with comments | « net/cert/ct_log_response_parser_unittest.cc ('k') | net/cert/signed_tree_head.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/signed_tree_head.h
diff --git a/net/cert/signed_tree_head.h b/net/cert/signed_tree_head.h
index 6ff93b032a18377be540db81ef3d186af5048e35..73b6fdc54b665a9f3b6f0526d5998fce16aa8f6c 100644
--- a/net/cert/signed_tree_head.h
+++ b/net/cert/signed_tree_head.h
@@ -49,8 +49,7 @@ struct NET_EXPORT SignedTreeHead {
std::string log_id;
};
-NET_EXPORT std::ostream& operator<<(std::ostream& stream,
- const SignedTreeHead& sth);
+NET_EXPORT void PrintTo(const SignedTreeHead& sth, std::ostream* os);
} // namespace ct
« no previous file with comments | « net/cert/ct_log_response_parser_unittest.cc ('k') | net/cert/signed_tree_head.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698