| Index: content/browser/presentation/presentation_type_converters_unittest.cc
|
| diff --git a/content/browser/presentation/presentation_type_converters_unittest.cc b/content/browser/presentation/presentation_type_converters_unittest.cc
|
| index e3f462363f94ed7bf3bd944943bf6209d6fed8cd..11c6c838b1ebfc92b3e1763eabccab33a1e5133d 100644
|
| --- a/content/browser/presentation/presentation_type_converters_unittest.cc
|
| +++ b/content/browser/presentation/presentation_type_converters_unittest.cc
|
| @@ -12,7 +12,7 @@ namespace content {
|
| TEST(PresentationTypeConvertersTest, PresentationSessionInfo) {
|
| GURL presentation_url("http://www.example.com/");
|
| std::string presentation_id("presentationId");
|
| - PresentationSessionInfo session(presentation_url, presentation_id);
|
| + PresentationSessionInfo session(presentation_url, presentation_id, false);
|
| blink::mojom::PresentationSessionInfoPtr session_mojo(
|
| blink::mojom::PresentationSessionInfo::From(session));
|
| EXPECT_FALSE(session_mojo.is_null());
|
|
|