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

Unified Diff: content/public/common/connection_filter.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/common/child_process_host_delegate.cc ('k') | content/public/common/service_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/connection_filter.h
diff --git a/content/public/common/connection_filter.h b/content/public/common/connection_filter.h
index d8a784cca97c4f08abc0fd1b842d6ed11a0105db..dac258d3512abec1ace38e5a8a96fae4845a0121 100644
--- a/content/public/common/connection_filter.h
+++ b/content/public/common/connection_filter.h
@@ -7,7 +7,7 @@
#include "content/common/content_export.h"
-namespace shell {
+namespace service_manager {
class Connector;
class Identity;
class InterfaceRegistry;
@@ -35,9 +35,9 @@ class CONTENT_EXPORT ConnectionFilter {
//
// NOTE: This ConnectionFilter is NOT guaranteed to outlive |registry|, so you
// must not attach unsafe references to |this|, e.g., via AddInterface().
- virtual bool OnConnect(const shell::Identity& remote_identity,
- shell::InterfaceRegistry* registry,
- shell::Connector* connector) = 0;
+ virtual bool OnConnect(const service_manager::Identity& remote_identity,
+ service_manager::InterfaceRegistry* registry,
+ service_manager::Connector* connector) = 0;
};
} // namespace content
« no previous file with comments | « content/public/common/child_process_host_delegate.cc ('k') | content/public/common/service_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698