| Index: content/browser/mojo/mojo_shell_context.h
|
| diff --git a/content/browser/mojo/mojo_shell_context.h b/content/browser/mojo/mojo_shell_context.h
|
| index d542654d19a12304f2a9282612d14f3c55c3bf37..50ca49c8d559c0b20abc3e18758f8808d60d7639 100644
|
| --- a/content/browser/mojo/mojo_shell_context.h
|
| +++ b/content/browser/mojo/mojo_shell_context.h
|
| @@ -44,7 +44,7 @@ class CONTENT_EXPORT MojoShellContext {
|
| mojo::shell::mojom::InterfaceProviderRequest request,
|
| mojo::shell::mojom::InterfaceProviderPtr exposed_services,
|
| const mojo::shell::CapabilityFilter& filter,
|
| - const mojo::shell::mojom::Shell::ConnectCallback& callback);
|
| + const mojo::shell::mojom::Connector::ConnectCallback& callback);
|
|
|
| static void SetApplicationsForTest(const StaticApplicationMap* apps);
|
|
|
| @@ -58,7 +58,7 @@ class CONTENT_EXPORT MojoShellContext {
|
| mojo::shell::mojom::InterfaceProviderRequest request,
|
| mojo::shell::mojom::InterfaceProviderPtr exposed_services,
|
| const mojo::shell::CapabilityFilter& filter,
|
| - const mojo::shell::mojom::Shell::ConnectCallback& callback);
|
| + const mojo::shell::mojom::Connector::ConnectCallback& callback);
|
|
|
| static base::LazyInstance<scoped_ptr<Proxy>> proxy_;
|
|
|
|
|