| Index: third_party/WebKit/Source/modules/presentation/ExistingPresentationConnectionCallbacks.h
|
| diff --git a/third_party/WebKit/Source/modules/presentation/ExistingPresentationConnectionCallbacks.h b/third_party/WebKit/Source/modules/presentation/ExistingPresentationConnectionCallbacks.h
|
| index 7a94e65078b7d2621f90b2f838d5e392bba2ebca..8b16622aa1543108fcd168c45db9e3d54fa35fda 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/ExistingPresentationConnectionCallbacks.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/ExistingPresentationConnectionCallbacks.h
|
| @@ -14,8 +14,8 @@ namespace blink {
|
|
|
| class PresentationConnection;
|
| class ScriptPromiseResolver;
|
| +struct WebPresentationInfo;
|
| struct WebPresentationError;
|
| -struct WebPresentationSessionInfo;
|
|
|
| // ExistingPresentationConnectionCallbacks extends WebCallbacks to resolve the
|
| // underlying promise. It takes the PresentationConnection object that
|
| @@ -31,7 +31,7 @@ class ExistingPresentationConnectionCallbacks final
|
| ~ExistingPresentationConnectionCallbacks() override = default;
|
|
|
| // WebCallbacks implementation
|
| - void onSuccess(const WebPresentationSessionInfo&) override;
|
| + void onSuccess(const WebPresentationInfo&) override;
|
| void onError(const WebPresentationError&) override;
|
|
|
| // WebPresentationConnectionCallbacks implementation
|
|
|