| Index: chrome/browser/local_discovery/privet_device_lister.h
|
| diff --git a/chrome/browser/local_discovery/privet_device_lister.h b/chrome/browser/local_discovery/privet_device_lister.h
|
| index a9797d6b776326ff2537aacbd471bfe1767d095a..b7024837f44850ab0be3a5b132eafbe8efa8720e 100644
|
| --- a/chrome/browser/local_discovery/privet_device_lister.h
|
| +++ b/chrome/browser/local_discovery/privet_device_lister.h
|
| @@ -17,6 +17,9 @@ namespace local_discovery {
|
|
|
| class PrivetDeviceLister {
|
| public:
|
| + PrivetDeviceLister();
|
| + virtual ~PrivetDeviceLister();
|
| +
|
| class Delegate {
|
| public:
|
| virtual void DeviceChanged(bool added,
|
| @@ -26,8 +29,6 @@ class PrivetDeviceLister {
|
| virtual void DeviceCacheFlushed() = 0;
|
| };
|
|
|
| - virtual ~PrivetDeviceLister() {}
|
| -
|
| // Start the PrivetServiceLister.
|
| virtual void Start() = 0;
|
|
|
|
|