| 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 2dcf0d3ddea6d026700d0da0d6f42f31d97dad11..6f64687b8e0212ac2120aa71d4f5429da3211328 100644
|
| --- a/third_party/WebKit/public/platform/modules/presentation/WebPresentationController.h
|
| +++ b/third_party/WebKit/public/platform/modules/presentation/WebPresentationController.h
|
| @@ -6,10 +6,10 @@
|
| #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;
|
|
|