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

Unified Diff: remoting/signaling/server_log_entry.h

Issue 1736633002: remoting: 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
« no previous file with comments | « remoting/protocol/pairing_registry.cc ('k') | remoting/signaling/server_log_entry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/signaling/server_log_entry.h
diff --git a/remoting/signaling/server_log_entry.h b/remoting/signaling/server_log_entry.h
index f1b0ece54f28f47598e1f18df1efef9467e725ea..fbcba0f0118bd8715d93440e72c90b382d3ee947 100644
--- a/remoting/signaling/server_log_entry.h
+++ b/remoting/signaling/server_log_entry.h
@@ -28,6 +28,7 @@ class ServerLogEntry {
};
ServerLogEntry();
+ ServerLogEntry(const ServerLogEntry& other);
~ServerLogEntry();
// Sets an arbitrary key/value entry.
« no previous file with comments | « remoting/protocol/pairing_registry.cc ('k') | remoting/signaling/server_log_entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698