| Index: content/renderer/presentation/presentation_connection_client.h
|
| diff --git a/content/renderer/presentation/presentation_connection_client.h b/content/renderer/presentation/presentation_connection_client.h
|
| index c411b4ea0b714d2287451c7fe9a2572a319aa832..a696a8a907ec4556d5aec0ff46078fb21d8bae92 100644
|
| --- a/content/renderer/presentation/presentation_connection_client.h
|
| +++ b/content/renderer/presentation/presentation_connection_client.h
|
| @@ -9,6 +9,7 @@
|
| #include "content/common/content_export.h"
|
| #include "third_party/WebKit/public/platform/modules/presentation/WebPresentationConnectionClient.h"
|
| #include "third_party/WebKit/public/platform/modules/presentation/presentation.mojom.h"
|
| +#include "url/gurl.h"
|
|
|
| namespace content {
|
|
|
| @@ -19,8 +20,8 @@ class CONTENT_EXPORT PresentationConnectionClient
|
| public:
|
| explicit PresentationConnectionClient(
|
| blink::mojom::PresentationSessionInfoPtr session_info);
|
| - explicit PresentationConnectionClient(const mojo::String& url,
|
| - const mojo::String& id);
|
| + explicit PresentationConnectionClient(const GURL& url,
|
| + const mojo::String& id);
|
| ~PresentationConnectionClient() override;
|
|
|
| // WebPresentationConnectionClient implementation.
|
|
|