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

Unified Diff: media/mojo/services/media_service_factory.h

Issue 2434673002: media: Rename MojoMediaApplication to MediaService (Closed)
Patch Set: media: Rename MojoMediaApplication to MediaService Created 4 years, 2 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
« 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/mojo_media_application_factory.h b/media/mojo/services/media_service_factory.h
similarity index 56%
rename from media/mojo/services/mojo_media_application_factory.h
rename to media/mojo/services/media_service_factory.h
index 7a422eb7425011e2d387fdbd3ae253e68dc0c627..7c4f216987ca5b54af9e395a06bcc282cb8ecff3 100644
--- a/media/mojo/services/mojo_media_application_factory.h
+++ b/media/mojo/services/media_service_factory.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MEDIA_MOJO_SERVICES_MOJO_MEDIA_APPLICATION_FACTORY_H_
-#define MEDIA_MOJO_SERVICES_MOJO_MEDIA_APPLICATION_FACTORY_H_
+#ifndef MEDIA_MOJO_SERVICES_MEDIA_SERVICE_FACTORY_H_
+#define MEDIA_MOJO_SERVICES_MEDIA_SERVICE_FACTORY_H_
#include <memory>
@@ -13,10 +13,10 @@
namespace media {
-// Creates a MojoMediaApplication instance using the default MojoMediaClient.
+// Creates a MediaService instance using the default MojoMediaClient.
std::unique_ptr<service_manager::Service> MEDIA_MOJO_EXPORT
-CreateMojoMediaApplication(const base::Closure& quit_closure);
+CreateMediaService(const base::Closure& quit_closure);
} // namespace media
-#endif // MEDIA_MOJO_SERVICES_MOJO_MEDIA_APPLICATION_FACTORY_H_
+#endif // MEDIA_MOJO_SERVICES_MEDIA_SERVICE_FACTORY_H_
« 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