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

Unified Diff: chrome/browser/local_discovery/service_discovery_client.h

Issue 1731483003: chrome: 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: chrome/browser/local_discovery/service_discovery_client.h
diff --git a/chrome/browser/local_discovery/service_discovery_client.h b/chrome/browser/local_discovery/service_discovery_client.h
index b01feba3eb3a3633e93db5c12f6083ea11441126..911dc6d733966ba8bea8ef2fdd03a6e31c5099aa 100644
--- a/chrome/browser/local_discovery/service_discovery_client.h
+++ b/chrome/browser/local_discovery/service_discovery_client.h
@@ -24,6 +24,7 @@ namespace local_discovery {
struct ServiceDescription {
public:
ServiceDescription();
+ ServiceDescription(const ServiceDescription& other);
~ServiceDescription();
// Convenience function to get useful parts of the service name. A service

Powered by Google App Engine
This is Rietveld 408576698