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

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

Issue 2131493002: ShellConnection -> ServiceContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@st
Patch Set: . Created 4 years, 5 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 | « mash/example/window_type_launcher/main.cc ('k') | media/mojo/services/service_factory_impl.h » ('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 7533fcb6de5d305c80abc13d05f24ca32fffe339..1c093a360f0ba953462782836ade4ff1a350f278 100644
--- a/media/mojo/services/mojo_media_application.h
+++ b/media/mojo/services/mojo_media_application.h
@@ -16,7 +16,7 @@
#include "media/mojo/services/media_mojo_export.h"
#include "services/shell/public/cpp/interface_factory.h"
#include "services/shell/public/cpp/service.h"
-#include "services/shell/public/cpp/shell_connection_ref.h"
+#include "services/shell/public/cpp/service_context_ref.h"
#include "url/gurl.h"
namespace media {
@@ -51,7 +51,7 @@ class MEDIA_MOJO_EXPORT MojoMediaApplication
shell::Connector* connector_;
scoped_refptr<MediaLog> media_log_;
- shell::ShellConnectionRefFactory ref_factory_;
+ shell::ServiceContextRefFactory ref_factory_;
};
} // namespace media
« no previous file with comments | « mash/example/window_type_launcher/main.cc ('k') | media/mojo/services/service_factory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698