| 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 42ffc61c35bfbd83931137dc0c278b6152604203..c411b4ea0b714d2287451c7fe9a2572a319aa832 100644
|
| --- a/content/renderer/presentation/presentation_connection_client.h
|
| +++ b/content/renderer/presentation/presentation_connection_client.h
|
| @@ -7,8 +7,8 @@
|
|
|
| #include "base/compiler_specific.h"
|
| #include "content/common/content_export.h"
|
| -#include "content/common/presentation/presentation_service.mojom.h"
|
| #include "third_party/WebKit/public/platform/modules/presentation/WebPresentationConnectionClient.h"
|
| +#include "third_party/WebKit/public/platform/modules/presentation/presentation.mojom.h"
|
|
|
| namespace content {
|
|
|
| @@ -18,7 +18,7 @@ class CONTENT_EXPORT PresentationConnectionClient
|
| : public NON_EXPORTED_BASE(blink::WebPresentationConnectionClient) {
|
| public:
|
| explicit PresentationConnectionClient(
|
| - mojom::PresentationSessionInfoPtr session_info);
|
| + blink::mojom::PresentationSessionInfoPtr session_info);
|
| explicit PresentationConnectionClient(const mojo::String& url,
|
| const mojo::String& id);
|
| ~PresentationConnectionClient() override;
|
|
|