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

Unified Diff: mojo/shell/public/cpp/connect.h

Issue 1686223002: Move InterfaceProvider into the shell::mojom namespace like the rest of the shell interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 | « mojo/shell/package_manager/content_handler_connection.cc ('k') | mojo/shell/public/cpp/connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/public/cpp/connect.h
diff --git a/mojo/shell/public/cpp/connect.h b/mojo/shell/public/cpp/connect.h
index 48d76a8839cb578035b31d54d6d30f00830c9426..b0493216358ea20bc7079b598310d45f1dc0ea01 100644
--- a/mojo/shell/public/cpp/connect.h
+++ b/mojo/shell/public/cpp/connect.h
@@ -13,7 +13,7 @@ namespace mojo {
// Binds |ptr| to a remote implementation of Interface from |interfaces|.
template <typename Interface>
-inline void GetInterface(InterfaceProvider* interfaces,
+inline void GetInterface(shell::mojom::InterfaceProvider* interfaces,
InterfacePtr<Interface>* ptr) {
MessagePipe pipe;
ptr->Bind(InterfacePtrInfo<Interface>(std::move(pipe.handle0), 0u));
« no previous file with comments | « mojo/shell/package_manager/content_handler_connection.cc ('k') | mojo/shell/public/cpp/connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698