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

Unified Diff: media/mojo/services/media_service_factory.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 | « media/mojo/services/media_service.cc ('k') | media/mojo/services/media_service_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/media_service_factory.h
diff --git a/media/mojo/services/media_service_factory.h b/media/mojo/services/media_service_factory.h
index 182072fcb125b9c958d7c2fc1ea8f62af4374038..8e89c20771090505c427d076a1f3c84b4165073a 100644
--- a/media/mojo/services/media_service_factory.h
+++ b/media/mojo/services/media_service_factory.h
@@ -17,11 +17,11 @@ namespace media {
// platform. Uses the TestMojoMediaClient if |enable_test_mojo_media_client| is
// true.
std::unique_ptr<service_manager::Service> MEDIA_MOJO_EXPORT
-CreateMediaService(const base::Closure& quit_closure);
+CreateMediaService();
// Creates a MediaService instance using the TestMojoMediaClient.
std::unique_ptr<service_manager::Service> MEDIA_MOJO_EXPORT
-CreateMediaServiceForTesting(const base::Closure& quit_closure);
+CreateMediaServiceForTesting();
} // namespace media
« no previous file with comments | « media/mojo/services/media_service.cc ('k') | media/mojo/services/media_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698