| Index: chrome/renderer/media/cast_session_delegate.cc
|
| diff --git a/chrome/renderer/media/cast_session_delegate.cc b/chrome/renderer/media/cast_session_delegate.cc
|
| index 0389467f63ea7b6d3c8ac11741b03af6d566e181..8de9341bcd526f632c48493ae7454e882ee5c6da 100644
|
| --- a/chrome/renderer/media/cast_session_delegate.cc
|
| +++ b/chrome/renderer/media/cast_session_delegate.cc
|
| @@ -18,8 +18,8 @@
|
| #include "media/cast/logging/logging_defines.h"
|
| #include "media/cast/logging/proto/raw_events.pb.h"
|
| #include "media/cast/logging/raw_event_subscriber_bundle.h"
|
| -#include "media/cast/transport/cast_transport_config.h"
|
| -#include "media/cast/transport/cast_transport_sender.h"
|
| +#include "media/cast/net/cast_transport_config.h"
|
| +#include "media/cast/net/cast_transport_sender.h"
|
|
|
| using media::cast::AudioSenderConfig;
|
| using media::cast::CastEnvironment;
|
| @@ -198,7 +198,7 @@ void CastSessionDelegate::GetStatsAndReset(bool is_audio,
|
| }
|
|
|
| void CastSessionDelegate::StatusNotificationCB(
|
| - media::cast::transport::CastTransportStatus unused_status) {
|
| + media::cast::CastTransportStatus unused_status) {
|
| DCHECK(io_message_loop_proxy_->BelongsToCurrentThread());
|
| // TODO(hubbe): Call javascript UDPTransport error function.
|
| }
|
|
|