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

Unified Diff: components/nacl/common/pnacl_types.h

Issue 1728033002: components: Add out-of-line copy ctors for complex classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: components/nacl/common/pnacl_types.h
diff --git a/components/nacl/common/pnacl_types.h b/components/nacl/common/pnacl_types.h
index fdebd58a45fc9a73cadd45d1ae6905349b7bc571..eb7e1742020b6d3517248ba3a989a9ec3d1e2218 100644
--- a/components/nacl/common/pnacl_types.h
+++ b/components/nacl/common/pnacl_types.h
@@ -20,6 +20,7 @@ namespace nacl {
// nacl_host_messages.h.
struct PnaclCacheInfo {
PnaclCacheInfo();
+ PnaclCacheInfo(const PnaclCacheInfo& other);
~PnaclCacheInfo();
GURL pexe_url;
int abi_version;

Powered by Google App Engine
This is Rietveld 408576698