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

Unified Diff: content/renderer/media/media_interface_provider.h

Issue 1882423004: Move shell service to toplevel shell namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 | « content/public/utility/content_utility_client.h ('k') | content/renderer/media/media_interface_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/media_interface_provider.h
diff --git a/content/renderer/media/media_interface_provider.h b/content/renderer/media/media_interface_provider.h
index c7237931c41909e7d9d2932c39ae290475d80d2a..3a7e9ef0e7e5c1845e38278f8626180240522e73 100644
--- a/content/renderer/media/media_interface_provider.h
+++ b/content/renderer/media/media_interface_provider.h
@@ -19,11 +19,11 @@ namespace content {
// provides media related services and handles app disconnection automatically.
// This class is single threaded.
class CONTENT_EXPORT MediaInterfaceProvider
- : public mojo::shell::mojom::InterfaceProvider {
+ : public shell::mojom::InterfaceProvider {
public:
// Callback used to connect to a mojo application.
using ConnectToApplicationCB =
- base::Callback<mojo::shell::mojom::InterfaceProviderPtr(const GURL& url)>;
+ base::Callback<shell::mojom::InterfaceProviderPtr(const GURL& url)>;
explicit MediaInterfaceProvider(
const ConnectToApplicationCB& connect_to_app_cb);
« no previous file with comments | « content/public/utility/content_utility_client.h ('k') | content/renderer/media/media_interface_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698