| Index: third_party/WebKit/Source/modules/presentation/PresentationConnectionCallbacks.h
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationConnectionCallbacks.h b/third_party/WebKit/Source/modules/presentation/PresentationConnectionCallbacks.h
|
| index a54018c2483fce1986bc396e095cf96d86c17691..f743ddad7c1640a32a5f698e38e7173b26705478 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationConnectionCallbacks.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationConnectionCallbacks.h
|
| @@ -15,8 +15,8 @@ namespace blink {
|
| class PresentationConnection;
|
| class PresentationRequest;
|
| class ScriptPromiseResolver;
|
| -struct WebPresentationSessionInfo;
|
| struct WebPresentationError;
|
| +struct WebPresentationInfo;
|
|
|
| // PresentationConnectionCallbacks extends WebCallbacks to resolve the
|
| // underlying promise depending on the result passed to the callback. It takes
|
| @@ -29,7 +29,7 @@ class PresentationConnectionCallbacks final
|
| ~PresentationConnectionCallbacks() override = default;
|
|
|
| // WebCallbacks implementation
|
| - void onSuccess(const WebPresentationSessionInfo&) override;
|
| + void onSuccess(const WebPresentationInfo&) override;
|
| void onError(const WebPresentationError&) override;
|
|
|
| // WebPresentationConnectionCallbacks implementation
|
|
|