| Index: components/html_viewer/html_frame.h
|
| diff --git a/components/html_viewer/html_frame.h b/components/html_viewer/html_frame.h
|
| index 1d7e7c3bfe0721995b9737a410343250e44e8609..dab02ae884606aff2fb8166a8da3315f3e891fe7 100644
|
| --- a/components/html_viewer/html_frame.h
|
| +++ b/components/html_viewer/html_frame.h
|
| @@ -37,8 +37,8 @@ class WebWidget;
|
| }
|
|
|
| namespace mojo {
|
| -class ApplicationImpl;
|
| class Rect;
|
| +class Shell;
|
| }
|
|
|
| namespace mus {
|
| @@ -231,8 +231,8 @@ class HTMLFrame : public blink::WebFrameClient,
|
| // delegate.
|
| HTMLFrame* GetFirstAncestorWithDelegate();
|
|
|
| - // Returns the ApplicationImpl from the first ancestor with a delegate.
|
| - mojo::ApplicationImpl* GetApp();
|
| + // Returns the Shell from the first ancestor with a delegate.
|
| + mojo::Shell* GetShell();
|
|
|
| // Gets the server Frame to use for this frame.
|
| web_view::mojom::Frame* GetServerFrame();
|
|
|