| Index: public/platform/modules/app_banner/WebAppBannerClient.h
|
| diff --git a/public/platform/modules/app_banner/WebAppBannerClient.h b/public/platform/modules/app_banner/WebAppBannerClient.h
|
| index ae3dc191083c2d4d08cce246663800dd527a2010..eb0960d1a8ff7b5f01a61b264694797d8f1abbbf 100644
|
| --- a/public/platform/modules/app_banner/WebAppBannerClient.h
|
| +++ b/public/platform/modules/app_banner/WebAppBannerClient.h
|
| @@ -6,11 +6,12 @@
|
| #define WebAppBannerClient_h
|
|
|
| #include "public/platform/WebCallbacks.h"
|
| +#include "public/platform/WebPrivateOwnPtr.h"
|
| #include "public/platform/modules/app_banner/WebAppBannerPromptResult.h"
|
|
|
| namespace blink {
|
|
|
| -using WebAppBannerCallbacks = WebCallbacks<WebAppBannerPromptResult*, void>;
|
| +using WebAppBannerCallbacks = WebCallbacks<WebPrivateOwnPtr<WebAppBannerPromptResult>&&, void>;
|
|
|
| class WebAppBannerClient {
|
| public:
|
|
|