| Index: chrome/browser/local_discovery/privet_device_lister.cc
|
| diff --git a/chrome/browser/local_discovery/privet_device_lister.cc b/chrome/browser/local_discovery/privet_device_lister.cc
|
| index 022af165efbbaf84ee3f865b519a7d5528d6ef16..357133715cb925c841f546757f501275c567bf96 100644
|
| --- a/chrome/browser/local_discovery/privet_device_lister.cc
|
| +++ b/chrome/browser/local_discovery/privet_device_lister.cc
|
| @@ -6,10 +6,10 @@
|
|
|
| namespace local_discovery {
|
|
|
| -DeviceDescription::DeviceDescription() : connection_state(UNKNOWN) {
|
| +PrivetDeviceLister::PrivetDeviceLister() {
|
| }
|
|
|
| -DeviceDescription::~DeviceDescription() {
|
| +PrivetDeviceLister::~PrivetDeviceLister() {
|
| }
|
|
|
| -}
|
| +} // namespace local_discovery
|
|
|