| Index: content/renderer/presentation/presentation_connection_client.cc
|
| diff --git a/content/renderer/presentation/presentation_connection_client.cc b/content/renderer/presentation/presentation_connection_client.cc
|
| index 31083f011810c2235fc0dc3fa5133952b03b076a..72d1b68c95ee9f834a7e6affa259e78b00c96980 100644
|
| --- a/content/renderer/presentation/presentation_connection_client.cc
|
| +++ b/content/renderer/presentation/presentation_connection_client.cc
|
| @@ -10,7 +10,7 @@
|
| namespace content {
|
|
|
| PresentationConnectionClient::PresentationConnectionClient(
|
| - mojom::PresentationSessionInfoPtr session_info)
|
| + blink::mojom::PresentationSessionInfoPtr session_info)
|
| : url_(blink::WebString::fromUTF8(session_info->url)),
|
| id_(blink::WebString::fromUTF8(session_info->id)) {}
|
|
|
|
|