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

Unified Diff: mojo/shell/package_manager/content_handler_connection.cc

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/fetcher/about_fetcher_unittest.cc ('k') | mojo/shell/public/cpp/connect.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/package_manager/content_handler_connection.cc
diff --git a/mojo/shell/package_manager/content_handler_connection.cc b/mojo/shell/package_manager/content_handler_connection.cc
index 2c9e07b5e347e31dbf71b389e6c539989e17c46e..5fb2252de7e3b5b50baed3a8b1475ac21aaa3542 100644
--- a/mojo/shell/package_manager/content_handler_connection.cc
+++ b/mojo/shell/package_manager/content_handler_connection.cc
@@ -28,7 +28,7 @@ ContentHandlerConnection::ContentHandlerConnection(
connection_closed_(false),
id_(id),
ref_count_(0) {
- InterfaceProviderPtr remote_interfaces;
+ shell::mojom::InterfaceProviderPtr remote_interfaces;
scoped_ptr<ConnectToApplicationParams> params(new ConnectToApplicationParams);
params->set_source(source);
« no previous file with comments | « mojo/shell/fetcher/about_fetcher_unittest.cc ('k') | mojo/shell/public/cpp/connect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698