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

Unified Diff: content/public/common/service_info.h

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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
« no previous file with comments | « content/public/common/content_switches.cc ('k') | content/public/common/url_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « content/public/common/content_switches.cc ('k') | content/public/common/url_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698