| Index: content/public/browser/content_browser_client.h
|
| diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
| index e64048ac84e5cfb8ccad3aa6be2297c97626ae06..9e6c1745d80d750c65cfa8fbc47d39881ce421e7 100644
|
| --- a/content/public/browser/content_browser_client.h
|
| +++ b/content/public/browser/content_browser_client.h
|
| @@ -62,7 +62,7 @@ class CdmFactory;
|
| }
|
|
|
| namespace mojo {
|
| -class ApplicationDelegate;
|
| +class ShellClient;
|
| }
|
|
|
| namespace net {
|
| @@ -658,7 +658,7 @@ class CONTENT_EXPORT ContentBrowserClient {
|
| RenderFrameHost* render_frame_host) {}
|
|
|
| using StaticMojoApplicationMap =
|
| - std::map<GURL, base::Callback<scoped_ptr<mojo::ApplicationDelegate>()>>;
|
| + std::map<GURL, base::Callback<scoped_ptr<mojo::ShellClient>()>>;
|
|
|
| // Registers Mojo applications to be loaded in the browser process by the
|
| // browser's global Mojo shell.
|
|
|