| Index: content/public/common/service_info.h
 | 
| diff --git a/content/public/common/service_info.h b/content/public/common/service_info.h
 | 
| index cf90d5dbe88db7f9410a5c0a80e73da4c1e53bb2..dcfd270e3d9b9eb5209cad783c620587df0facd2 100644
 | 
| --- a/content/public/common/service_info.h
 | 
| +++ b/content/public/common/service_info.h
 | 
| @@ -22,8 +22,7 @@ namespace content {
 | 
|  // of embedded services.
 | 
|  struct CONTENT_EXPORT ServiceInfo {
 | 
|    using ServiceFactory =
 | 
| -      base::Callback<std::unique_ptr<service_manager::Service>(
 | 
| -          const base::Closure& quit_closure)>;
 | 
| +      base::Callback<std::unique_ptr<service_manager::Service>()>;
 | 
|  
 | 
|    ServiceInfo();
 | 
|    ServiceInfo(const ServiceInfo& other);
 | 
| 
 |