| 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));
|
|
|