| Index: chrome/browser/local_discovery/service_discovery_shared_client.h
|
| diff --git a/chrome/browser/local_discovery/service_discovery_shared_client.h b/chrome/browser/local_discovery/service_discovery_shared_client.h
|
| index ca7793b7300ef1e5d079514b80a6f6deb4d17099..14dd12f1c14a9b973700843e6eeab13e50a2fc71 100644
|
| --- a/chrome/browser/local_discovery/service_discovery_shared_client.h
|
| +++ b/chrome/browser/local_discovery/service_discovery_shared_client.h
|
| @@ -15,8 +15,8 @@ class ServiceDiscoverySharedClient
|
| public:
|
| static scoped_refptr<ServiceDiscoverySharedClient> GetInstance();
|
|
|
| - typedef base::Callback<void(scoped_refptr<ServiceDiscoverySharedClient>)>
|
| - GetInstanceCallback;
|
| + typedef base::Callback<void(
|
| + const scoped_refptr<ServiceDiscoverySharedClient>&)> GetInstanceCallback;
|
| static void GetInstanceWithoutAlert(const GetInstanceCallback& callback);
|
|
|
| protected:
|
|
|