| 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 846142c7793e92b75e8114b3ad02ec4efe9e484f..7f4f5de62e30a815606e5b5c0735f8990f73f504 100644
|
| --- a/content/browser/mojo/mojo_shell_context.h
|
| +++ b/content/browser/mojo/mojo_shell_context.h
|
| @@ -19,7 +19,7 @@
|
| class GURL;
|
|
|
| namespace mojo {
|
| -class ApplicationDelegate;
|
| +class ShellClient;
|
| }
|
|
|
| namespace content {
|
| @@ -29,7 +29,7 @@ namespace content {
|
| class CONTENT_EXPORT MojoShellContext {
|
| public:
|
| using StaticApplicationMap =
|
| - std::map<GURL, base::Callback<scoped_ptr<mojo::ApplicationDelegate>()>>;
|
| + std::map<GURL, base::Callback<scoped_ptr<mojo::ShellClient>()>>;
|
|
|
| MojoShellContext();
|
| ~MojoShellContext();
|
|
|