| Index: chrome/browser/local_discovery/service_discovery_client_mac.h
|
| diff --git a/chrome/browser/local_discovery/service_discovery_client_mac.h b/chrome/browser/local_discovery/service_discovery_client_mac.h
|
| index 9817495d51ef4c0b4a0783d9f8701450249ce628..4305765dd9dd9badb0733f7aae194bf165d951fc 100644
|
| --- a/chrome/browser/local_discovery/service_discovery_client_mac.h
|
| +++ b/chrome/browser/local_discovery/service_discovery_client_mac.h
|
| @@ -6,6 +6,7 @@
|
| #define CHROME_BROWSER_LOCAL_DISCOVERY_SERVICE_DISCOVERY_CLIENT_MAC_H_
|
|
|
| #import <Foundation/Foundation.h>
|
| +#include <memory>
|
| #include <string>
|
|
|
| #include "base/mac/scoped_nsobject.h"
|
| @@ -107,7 +108,7 @@ class ServiceWatcherImplMac : public ServiceWatcher {
|
| ~ServiceWatcherImplMac() override;
|
|
|
| void Start() override;
|
| - void DiscoverNewServices(bool force_update) override;
|
| + void DiscoverNewServices() override;
|
| void SetActivelyRefreshServices(bool actively_refresh_services) override;
|
| std::string GetServiceType() const override;
|
|
|
|
|