| Index: third_party/WebKit/public/platform/modules/presentation/WebPresentationController.h
|
| diff --git a/third_party/WebKit/public/platform/modules/presentation/WebPresentationController.h b/third_party/WebKit/public/platform/modules/presentation/WebPresentationController.h
|
| index 3a7bdaf3decfd4f875f4b9f1f33d85757bc4f2aa..3353155913464a749b9c3ef5edeef890d891414a 100644
|
| --- a/third_party/WebKit/public/platform/modules/presentation/WebPresentationController.h
|
| +++ b/third_party/WebKit/public/platform/modules/presentation/WebPresentationController.h
|
| @@ -6,16 +6,16 @@
|
| #define WebPresentationController_h
|
|
|
| #include "public/platform/WebCommon.h"
|
| +#include "public/platform/modules/presentation/WebPresentationClient.h"
|
|
|
| namespace blink {
|
|
|
| -class WebPresentationConnectionClient;
|
| class WebString;
|
| enum class WebPresentationConnectionCloseReason;
|
| enum class WebPresentationConnectionState;
|
|
|
| // The delegate Blink provides to WebPresentationClient in order to get updates.
|
| -class BLINK_PLATFORM_EXPORT WebPresentationController {
|
| +class BLINK_PLATFORM_EXPORT WebPresentationController : public WebPresentationMessageObserver {
|
| public:
|
| virtual ~WebPresentationController() { }
|
|
|
|
|