| Index: chrome/browser/media/router/mojo/media_router_mojo_impl.h
|
| diff --git a/chrome/browser/media/router/mojo/media_router_mojo_impl.h b/chrome/browser/media/router/mojo/media_router_mojo_impl.h
|
| index 73d7187e6f62bfb30c800eb0ea41bf29b462bd12..135310061e131ac169a5f35dd737c612a54b896d 100644
|
| --- a/chrome/browser/media/router/mojo/media_router_mojo_impl.h
|
| +++ b/chrome/browser/media/router/mojo/media_router_mojo_impl.h
|
| @@ -286,7 +286,7 @@ class MediaRouterMojoImpl : public MediaRouterBase,
|
| callback) override;
|
| void OnIssue(const IssueInfo& issue) override;
|
| void OnSinksReceived(const std::string& media_source,
|
| - const std::vector<MediaSink>& sinks,
|
| + const std::vector<MediaSinkInternal>& internal_sinks,
|
| const std::vector<url::Origin>& origins) override;
|
| void OnRoutesUpdated(
|
| const std::vector<MediaRoute>& routes,
|
|
|