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

Unified Diff: components/nacl/browser/pnacl_host.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/browser/pnacl_host.h
diff --git a/components/nacl/browser/pnacl_host.h b/components/nacl/browser/pnacl_host.h
index bacd71e6e32af1f71cee94e6583b35fb5b07c768..c3da05c47ea90f060978d85e4997c8efe66abf3c 100644
--- a/components/nacl/browser/pnacl_host.h
+++ b/components/nacl/browser/pnacl_host.h
@@ -116,6 +116,7 @@ class PnaclHost {
class PendingTranslation {
public:
PendingTranslation();
+ PendingTranslation(const PendingTranslation& other);
~PendingTranslation();
base::ProcessHandle process_handle;
int render_view_id;

Powered by Google App Engine
This is Rietveld 408576698