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

Unified Diff: net/cert/signed_tree_head.h

Issue 1825273002: Add more out of line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « mojo/shell/public/cpp/lib/capabilities.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 73b6fdc54b665a9f3b6f0526d5998fce16aa8f6c..154c7a9d08dad187e5b83e9ed238f579ace36845 100644
--- a/net/cert/signed_tree_head.h
+++ b/net/cert/signed_tree_head.h
@@ -36,6 +36,7 @@ struct NET_EXPORT SignedTreeHead {
const char sha256_root_hash[kSthRootHashLength],
const DigitallySigned& signature,
const std::string& log_id);
+ SignedTreeHead(const SignedTreeHead& other);
~SignedTreeHead();
Version version;
« no previous file with comments | « mojo/shell/public/cpp/lib/capabilities.cc ('k') | net/cert/signed_tree_head.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698