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

Unified Diff: content/public/common/associated_interface_provider.h

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 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/child/child_thread.h ('k') | content/public/common/child_process_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/associated_interface_provider.h
diff --git a/content/public/common/associated_interface_provider.h b/content/public/common/associated_interface_provider.h
index 400cdb2f19dd4f961b06df502b76e413c53058ec..156f64a8caf2c757a9bd4eb65ddad3dc46df7300 100644
--- a/content/public/common/associated_interface_provider.h
+++ b/content/public/common/associated_interface_provider.h
@@ -19,7 +19,8 @@ namespace content {
// A helper interface for connecting to remote Channel-associated interfaces.
//
-// This is analogous to shell::InterfaceProvider in that it provides a means of
+// This is analogous to service_manager::InterfaceProvider in that it provides a
+// means of
// binding proxies to remote interfaces, but this is specifically for interfaces
// which must be assocaited with an IPC::Channel, i.e. retain FIFO message
// ordering with respect to legacy IPC messages.
« no previous file with comments | « content/public/child/child_thread.h ('k') | content/public/common/child_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698