| Index: content/public/browser/presentation_service_delegate.h
|
| diff --git a/content/public/browser/presentation_service_delegate.h b/content/public/browser/presentation_service_delegate.h
|
| index 55e2f4c155713c88dd1599c0e1cc6f89374d9f3b..76bcbd031bdc4c569a5cb689d2fb15deb7443329 100644
|
| --- a/content/public/browser/presentation_service_delegate.h
|
| +++ b/content/public/browser/presentation_service_delegate.h
|
| @@ -12,9 +12,9 @@
|
|
|
| #include "base/callback.h"
|
| #include "content/common/content_export.h"
|
| +#include "content/common/presentation/presentation.mojom.h"
|
| #include "content/public/common/presentation_connection_message.h"
|
| #include "content/public/common/presentation_session.h"
|
| -#include "third_party/WebKit/public/platform/modules/presentation/presentation.mojom.h"
|
|
|
| class GURL;
|
|
|
| @@ -51,9 +51,9 @@ struct PresentationConnectionStateChangeInfo {
|
| using PresentationConnectionStateChangedCallback =
|
| base::Callback<void(const PresentationConnectionStateChangeInfo&)>;
|
|
|
| -using PresentationConnectionPtr = blink::mojom::PresentationConnectionPtr;
|
| +using PresentationConnectionPtr = content::mojom::PresentationConnectionPtr;
|
| using PresentationConnectionRequest =
|
| - blink::mojom::PresentationConnectionRequest;
|
| + content::mojom::PresentationConnectionRequest;
|
|
|
| using ReceiverConnectionAvailableCallback =
|
| base::Callback<void(const content::PresentationSessionInfo&,
|
|
|