| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| index 4ebe99d2ff2ed00ba1964e87720e07f50a2a5541..fff74fa18cbeb0b2c488db61523fa49708f4e591 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
|
| @@ -259,7 +259,7 @@ class WEB_EXPORT WebLocalFrameImpl final
|
| void sendOrientationChangeEvent() override;
|
| void willShowInstallBannerPrompt(int requestId,
|
| const WebVector<WebString>& platforms,
|
| - WebAppBannerPromptReply*) override;
|
| + mojom::AppBannerPromptReply*) override;
|
| WebSandboxFlags effectiveSandboxFlags() const override;
|
| void forceSandboxFlags(WebSandboxFlags) override;
|
| void requestRunTask(WebSuspendableTask*) const override;
|
|
|