Index: chrome/browser/media/router/create_presentation_connection_request.h |
diff --git a/chrome/browser/media/router/create_presentation_connection_request.h b/chrome/browser/media/router/create_presentation_connection_request.h |
index 921e33bda411f77450cc22c4ccfcf0c1f3d49ddd..ebf4b080990e26a9c3eb8f76f9da4d58c239296b 100644 |
--- a/chrome/browser/media/router/create_presentation_connection_request.h |
+++ b/chrome/browser/media/router/create_presentation_connection_request.h |
@@ -14,7 +14,8 @@ |
#include "chrome/browser/media/router/presentation_request.h" |
#include "chrome/browser/media/router/render_frame_host_id.h" |
#include "content/public/browser/presentation_service_delegate.h" |
-#include "url/gurl.h" |
+ |
+class GURL; |
namespace content { |
struct PresentationError; |
@@ -45,7 +46,7 @@ class CreatePresentationConnectionRequest { |
// |erorr_cb|: Callback to invoke when the request fails. Must be valid. |
CreatePresentationConnectionRequest( |
const RenderFrameHostId& render_frame_host_id, |
- const std::string& presentation_url, |
+ const GURL& presentation_url, |
const GURL& frame_url, |
const PresentationSessionSuccessCallback& success_cb, |
const PresentationSessionErrorCallback& error_cb); |