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

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

Issue 1977173002: Rename media::interfaces to media::mojom. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android + chromeos files Created 4 years, 7 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/mojo_demuxer_stream_impl.cc ('k') | media/mojo/services/mojo_media_application.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/mojo_media_application.h
diff --git a/media/mojo/services/mojo_media_application.h b/media/mojo/services/mojo_media_application.h
index 926e74c51c8601197f7e51c58b0275d3924c0442..3b9ae553a994faa98fb64cd252fb3a9a1b5f741a 100644
--- a/media/mojo/services/mojo_media_application.h
+++ b/media/mojo/services/mojo_media_application.h
@@ -24,7 +24,7 @@ class MojoMediaClient;
class MojoMediaApplication
: public shell::ShellClient,
- public shell::InterfaceFactory<interfaces::ServiceFactory> {
+ public shell::InterfaceFactory<mojom::ServiceFactory> {
public:
MojoMediaApplication(std::unique_ptr<MojoMediaClient> mojo_media_client,
const base::Closure& quit_closure);
@@ -38,9 +38,9 @@ class MojoMediaApplication
bool AcceptConnection(shell::Connection* connection) final;
bool ShellConnectionLost() final;
- // shell::InterfaceFactory<interfaces::ServiceFactory> implementation.
+ // shell::InterfaceFactory<mojom::ServiceFactory> implementation.
void Create(shell::Connection* connection,
- mojo::InterfaceRequest<interfaces::ServiceFactory> request) final;
+ mojo::InterfaceRequest<mojom::ServiceFactory> request) final;
// Note: Since each instance runs on a different thread, do not share a common
// MojoMediaClient with other instances to avoid threading issues. Hence using
« no previous file with comments | « media/mojo/services/mojo_demuxer_stream_impl.cc ('k') | media/mojo/services/mojo_media_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698