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 a8b159840615e93bec5029022911628064c57aee..4791199430d1b67e665630310a099c35b26387bb 100644 |
--- a/chrome/browser/local_discovery/privet_notifications.cc |
+++ b/chrome/browser/local_discovery/privet_notifications.cc |
@@ -73,7 +73,8 @@ void ReportPrivetUmaEvent(PrivetNotificationsEvent privet_event) { |
PrivetNotificationsListener::PrivetNotificationsListener( |
scoped_ptr<PrivetHTTPAsynchronousFactory> privet_http_factory, |
- Delegate* delegate) : delegate_(delegate), devices_active_(0) { |
+ Delegate* delegate) |
+ : delegate_(delegate), devices_active_(0) { |
privet_http_factory_.swap(privet_http_factory); |
} |