| Index: content/common/presentation/presentation.typemap
|
| diff --git a/content/common/presentation/presentation.typemap b/content/common/presentation/presentation.typemap
|
| index 4a8f20c4e95aa32debf4f7452f0adf99cf1a5e8e..33ac3db53a60fdb4b5e88121e771705f18ab7e4f 100644
|
| --- a/content/common/presentation/presentation.typemap
|
| +++ b/content/common/presentation/presentation.typemap
|
| @@ -5,7 +5,7 @@
|
| mojom = "//third_party/WebKit/public/platform/modules/presentation/presentation.mojom"
|
| public_headers = [
|
| "//content/public/common/presentation_connection_message.h",
|
| - "//content/public/common/presentation_session.h",
|
| + "//content/public/common/presentation_info.h",
|
| ]
|
| traits_headers =
|
| [ "//content/common/presentation/presentation_struct_traits.h" ]
|
| @@ -18,5 +18,5 @@ type_mappings = [
|
| "blink.mojom.PresentationConnectionState=content::PresentationConnectionState",
|
| "blink.mojom.PresentationError=content::PresentationError",
|
| "blink.mojom.PresentationErrorType=content::PresentationErrorType",
|
| - "blink.mojom.PresentationSessionInfo=content::PresentationSessionInfo",
|
| + "blink.mojom.PresentationInfo=content::PresentationInfo",
|
| ]
|
|
|