| 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 345bfb5d0534d36aeda455d905d0da68190283ef..173de06877a7f630daee0c4f115351fdfa3318d7 100644
|
| --- a/chrome/browser/media/router/mojo/media_router.mojom
|
| +++ b/chrome/browser/media/router/mojo/media_router.mojom
|
| @@ -380,7 +380,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,
|
| @@ -388,7 +388,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,
|
|
|