| 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
|
|
|