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

Unified Diff: chrome/browser/local_discovery/privet_http_asynchronous_factory.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_http_asynchronous_factory.cc
diff --git a/chrome/browser/local_discovery/privet_http_asynchronous_factory.cc b/chrome/browser/local_discovery/privet_http_asynchronous_factory.cc
index 506ef3c815f90a00eb3a0c5e8269453c05c0ada5..786c98be16cbcd2f96c4930a68f47d58d2925318 100644
--- a/chrome/browser/local_discovery/privet_http_asynchronous_factory.cc
+++ b/chrome/browser/local_discovery/privet_http_asynchronous_factory.cc
@@ -14,9 +14,9 @@ namespace local_discovery {
// static
scoped_ptr<PrivetHTTPAsynchronousFactory>
- PrivetHTTPAsynchronousFactory::CreateInstance(
- ServiceDiscoveryClient* service_discovery_client,
- net::URLRequestContextGetter* request_context) {
+PrivetHTTPAsynchronousFactory::CreateInstance(
+ ServiceDiscoveryClient* service_discovery_client,
+ net::URLRequestContextGetter* request_context) {
#if defined(OS_MACOSX)
return make_scoped_ptr<PrivetHTTPAsynchronousFactory>(
new PrivetHTTPAsynchronousFactoryMac(request_context));
« no previous file with comments | « chrome/browser/local_discovery/privet_http.cc ('k') | chrome/browser/local_discovery/privet_http_asynchronous_factory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698