Index: chromecast/media/cma/pipeline/audio_pipeline_impl.h |
diff --git a/chromecast/media/cma/pipeline/audio_pipeline_impl.h b/chromecast/media/cma/pipeline/audio_pipeline_impl.h |
index 275ef0c64ece34bbaf53092391bd72ce6e778a47..7d2e63a13141eeca6968ee3c5a04b2b02a30274d 100644 |
--- a/chromecast/media/cma/pipeline/audio_pipeline_impl.h |
+++ b/chromecast/media/cma/pipeline/audio_pipeline_impl.h |
@@ -67,8 +67,8 @@ class AudioPipelineImpl : public AudioPipeline { |
::media::PipelineStatistics previous_stats_; |
- base::WeakPtrFactory<AudioPipelineImpl> weak_factory_; |
base::WeakPtr<AudioPipelineImpl> weak_this_; |
+ base::WeakPtrFactory<AudioPipelineImpl> weak_factory_; |
DISALLOW_COPY_AND_ASSIGN(AudioPipelineImpl); |
}; |