| 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
|
|
|