| Index: chrome/browser/local_discovery/privet_notifications.cc
|
| diff --git a/chrome/browser/local_discovery/privet_notifications.cc b/chrome/browser/local_discovery/privet_notifications.cc
|
| index a6f19c4a0af97cb4d13064354a2a0b9c0d2c4646..cd02d669a2079d53b9d6be375264523f8bb96ec0 100644
|
| --- a/chrome/browser/local_discovery/privet_notifications.cc
|
| +++ b/chrome/browser/local_discovery/privet_notifications.cc
|
| @@ -351,7 +351,7 @@ void PrivetNotificationService::StartLister() {
|
|
|
| scoped_ptr<PrivetHTTPAsynchronousFactory> http_factory(
|
| PrivetHTTPAsynchronousFactory::CreateInstance(
|
| - service_discovery_client_.get(), profile_->GetRequestContext()));
|
| + profile_->GetRequestContext()));
|
|
|
| privet_notifications_listener_.reset(new PrivetNotificationsListener(
|
| http_factory.Pass(), this));
|
|
|