| Index: third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h b/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
|
| index a65e29cd562aaecf2125f64d35def0d0913c9876..ee834db7debc06b6278ce3eb1d742ac362effb1e 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationReceiver.h
|
| @@ -37,7 +37,7 @@ class MODULES_EXPORT PresentationReceiver final
|
| Member<DOMException>>;
|
|
|
| public:
|
| - explicit PresentationReceiver(LocalFrame*, WebPresentationClient*);
|
| + PresentationReceiver(LocalFrame*, WebPresentationClient*);
|
| ~PresentationReceiver() = default;
|
|
|
| // PresentationReceiver.idl implementation
|
|
|