| Index: media/cast/cast_environment.h
|
| diff --git a/media/cast/cast_environment.h b/media/cast/cast_environment.h
|
| index 05efa1142526cba9f970af98b8ba6f81c5eb7d89..e9d1eb4bc9bf7c5e2ea8b97ea7a4d1bf5f2f1327 100644
|
| --- a/media/cast/cast_environment.h
|
| +++ b/media/cast/cast_environment.h
|
| @@ -35,8 +35,7 @@ class CastEnvironment : public base::RefCountedThreadSafe<CastEnvironment> {
|
| scoped_ptr<base::TickClock> clock,
|
| scoped_refptr<base::SingleThreadTaskRunner> main_thread_proxy,
|
| scoped_refptr<base::SingleThreadTaskRunner> audio_thread_proxy,
|
| - scoped_refptr<base::SingleThreadTaskRunner> video_thread_proxy,
|
| - const CastLoggingConfig& logging_config);
|
| + scoped_refptr<base::SingleThreadTaskRunner> video_thread_proxy);
|
|
|
| // These are the same methods in message_loop.h, but are guaranteed to either
|
| // get posted to the MessageLoop if it's still alive, or be deleted otherwise.
|
|
|