| Index: third_party/WebKit/public/platform/modules/presentation/WebPresentationConnectionClient.h
|
| diff --git a/third_party/WebKit/public/platform/modules/presentation/WebPresentationConnectionClient.h b/third_party/WebKit/public/platform/modules/presentation/WebPresentationConnectionClient.h
|
| index b3991181f1fc7969a69c4edf778ebd8b43663fbf..757dadc6a390b7b7085c66f8f4c7cffd830aa951 100644
|
| --- a/third_party/WebKit/public/platform/modules/presentation/WebPresentationConnectionClient.h
|
| +++ b/third_party/WebKit/public/platform/modules/presentation/WebPresentationConnectionClient.h
|
| @@ -6,6 +6,7 @@
|
| #define WebPresentationConnectionClient_h
|
|
|
| #include "public/platform/WebString.h"
|
| +#include "public/platform/WebURL.h"
|
|
|
| namespace blink {
|
|
|
| @@ -27,7 +28,7 @@ public:
|
| virtual ~WebPresentationConnectionClient() { }
|
|
|
| virtual WebString getId() = 0;
|
| - virtual WebString getUrl() = 0;
|
| + virtual WebURL getUrl() = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|