Index: chrome/browser/local_discovery/privet_notifications.h |
diff --git a/chrome/browser/local_discovery/privet_notifications.h b/chrome/browser/local_discovery/privet_notifications.h |
index 0e3fb93337ee6c68f903129c496f2bd771b7f159..2b1a46ba519db1fec12c288e0fbce43df9ef5c01 100644 |
--- a/chrome/browser/local_discovery/privet_notifications.h |
+++ b/chrome/browser/local_discovery/privet_notifications.h |
@@ -93,8 +93,7 @@ class PrivetNotificationService |
public PrivetNotificationsListener::Delegate, |
public base::SupportsWeakPtr<PrivetNotificationService> { |
public: |
- PrivetNotificationService(content::BrowserContext* profile, |
- NotificationUIManager* notification_manager); |
+ explicit PrivetNotificationService(content::BrowserContext* profile); |
virtual ~PrivetNotificationService(); |
// PrivetDeviceLister::Delegate implementation: |
@@ -115,7 +114,6 @@ class PrivetNotificationService |
void Start(); |
content::BrowserContext* profile_; |
- NotificationUIManager* notification_manager_; |
scoped_ptr<PrivetDeviceLister> device_lister_; |
scoped_refptr<ServiceDiscoveryHostClient> service_discovery_client_; |
scoped_ptr<PrivetNotificationsListener> privet_notifications_listener_; |