Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1626)

Unified Diff: chrome/browser/local_discovery/privet_notifications.cc

Issue 320683002: Extracted PrivetV1HTTPClient with Privet v1 specific operations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}

Powered by Google App Engine
This is Rietveld 408576698