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

Unified Diff: media/mojo/services/media_service.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/main.cc ('k') | media/mojo/services/media_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/media_service.h
diff --git a/media/mojo/services/mojo_media_application.h b/media/mojo/services/media_service.h
similarity index 84%
rename from media/mojo/services/mojo_media_application.h
rename to media/mojo/services/media_service.h
index 70ab9bedd5c9a8f490612a413980534966c0f31e..e069f6569e72789d3884ec84a22ba10bccc420a4 100644
--- a/media/mojo/services/mojo_media_application.h
+++ b/media/mojo/services/media_service.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_H_
-#define MEDIA_MOJO_SERVICES_MOJO_MEDIA_APPLICATION_H_
+#ifndef MEDIA_MOJO_SERVICES_MEDIA_SERVICE_H_
+#define MEDIA_MOJO_SERVICES_MEDIA_SERVICE_H_
#include <stdint.h>
@@ -26,15 +26,15 @@ namespace media {
class MediaLog;
class MojoMediaClient;
-class MEDIA_MOJO_EXPORT MojoMediaApplication
+class MEDIA_MOJO_EXPORT MediaService
: public NON_EXPORTED_BASE(service_manager::Service),
public NON_EXPORTED_BASE(
service_manager::InterfaceFactory<mojom::MediaService>),
public NON_EXPORTED_BASE(mojom::MediaService) {
public:
- MojoMediaApplication(std::unique_ptr<MojoMediaClient> mojo_media_client,
- const base::Closure& quit_closure);
- ~MojoMediaApplication() final;
+ MediaService(std::unique_ptr<MojoMediaClient> mojo_media_client,
+ const base::Closure& quit_closure);
+ ~MediaService() final;
private:
// service_manager::Service implementation.
@@ -65,4 +65,4 @@ class MEDIA_MOJO_EXPORT MojoMediaApplication
} // namespace media
-#endif // MEDIA_MOJO_SERVICES_MOJO_MEDIA_APPLICATION_H_
+#endif // MEDIA_MOJO_SERVICES_MEDIA_SERVICE_H_
« no previous file with comments | « media/mojo/services/main.cc ('k') | media/mojo/services/media_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698