| Index: chromecast/media/cma/pipeline/av_pipeline_impl.h
|
| diff --git a/chromecast/media/cma/pipeline/av_pipeline_impl.h b/chromecast/media/cma/pipeline/av_pipeline_impl.h
|
| index 4b8856f07f1856fe345b09c61a21c88d8e4cb3d1..20b3fc4feda2e62fa917b28a5c3d7b0e4c32d2aa 100644
|
| --- a/chromecast/media/cma/pipeline/av_pipeline_impl.h
|
| +++ b/chromecast/media/cma/pipeline/av_pipeline_impl.h
|
| @@ -160,8 +160,8 @@ class AvPipelineImpl {
|
| BrowserCdmCast* media_keys_;
|
| int media_keys_callback_id_;
|
|
|
| - base::WeakPtrFactory<AvPipelineImpl> weak_factory_;
|
| base::WeakPtr<AvPipelineImpl> weak_this_;
|
| + base::WeakPtrFactory<AvPipelineImpl> weak_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AvPipelineImpl);
|
| };
|
|
|