| Index: media/cast/cast_receiver.h
|
| diff --git a/media/cast/cast_receiver.h b/media/cast/cast_receiver.h
|
| index ec4f0d30df281095c65626657f50fe173fa62247..581a27171db64bec2b144a77b74de8e0c8f2982c 100644
|
| --- a/media/cast/cast_receiver.h
|
| +++ b/media/cast/cast_receiver.h
|
| @@ -68,7 +68,7 @@ class FrameReceiver : public base::RefCountedThreadSafe<FrameReceiver> {
|
| // This Class is thread safe.
|
| class CastReceiver {
|
| public:
|
| - static CastReceiver* CreateCastReceiver(
|
| + static scoped_ptr<CastReceiver> Create(
|
| scoped_refptr<CastEnvironment> cast_environment,
|
| const AudioReceiverConfig& audio_config,
|
| const VideoReceiverConfig& video_config,
|
|
|