| Index: chrome/browser/media/router/mojo/media_router.mojom
|
| diff --git a/chrome/browser/media/router/mojo/media_router.mojom b/chrome/browser/media/router/mojo/media_router.mojom
|
| index 37fc064748de40d2a68f17ebec05798d2c3a4871..241016a660fb59cd58013990aac9e6e5eaa52bf2 100644
|
| --- a/chrome/browser/media/router/mojo/media_router.mojom
|
| +++ b/chrome/browser/media/router/mojo/media_router.mojom
|
| @@ -339,7 +339,7 @@ interface MediaRouter {
|
| AVAILABLE
|
| };
|
|
|
| - // Keep in sync with content/public/common/presentation_session.h.
|
| + // Keep in sync with content/public/common/presentation_info.h.
|
| enum PresentationConnectionState {
|
| CONNECTING,
|
| CONNECTED,
|
| @@ -347,7 +347,7 @@ interface MediaRouter {
|
| TERMINATED
|
| };
|
|
|
| - // Keep in sync with content/public/common/presentation_session.h.
|
| + // Keep in sync with content/public/common/presentation_info.h.
|
| enum PresentationConnectionCloseReason {
|
| CONNECTION_ERROR,
|
| CLOSED,
|
|
|