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

Unified Diff: components/html_viewer/media_factory.cc

Issue 1679573002: Move shell interfaces into the shell.mojom namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delegate
Patch Set: . Created 4 years, 10 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 | « components/html_viewer/media_factory.h ('k') | components/mus/android_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/media_factory.cc
diff --git a/components/html_viewer/media_factory.cc b/components/html_viewer/media_factory.cc
index 74708b16ec57403087b57bf494a9463623e0c85e..4953b57f1dc41e3badf41f10fcb6de25822af9e2 100644
--- a/components/html_viewer/media_factory.cc
+++ b/components/html_viewer/media_factory.cc
@@ -56,7 +56,7 @@ void OnGotRemoteIDs(uint32_t remote_id, uint32_t content_handler_id) {}
MediaFactory::MediaFactory(
const scoped_refptr<base::SingleThreadTaskRunner>& compositor_task_runner,
- mojo::Shell* shell)
+ mojo::shell::mojom::Shell* shell)
:
#if !defined(OS_ANDROID)
media_thread_("Media"),
@@ -82,7 +82,7 @@ blink::WebMediaPlayer* MediaFactory::CreateMediaPlayer(
blink::WebMediaPlayerClient* client,
blink::WebMediaPlayerEncryptedMediaClient* encrypted_client,
blink::WebContentDecryptionModule* initial_cdm,
- mojo::Shell* shell) {
+ mojo::shell::mojom::Shell* shell) {
#if defined(OS_ANDROID)
// TODO(xhwang): Get CreateMediaPlayer working on android.
return nullptr;
« no previous file with comments | « components/html_viewer/media_factory.h ('k') | components/mus/android_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698