Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(264)

Unified Diff: chromecast/media/cma/pipeline/media_pipeline_impl.h

Issue 857573004: Fix chromium-style errors for WeakPtrFactory member order in Chromecast (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chromecast/media/cma/pipeline/media_pipeline_impl.h
diff --git a/chromecast/media/cma/pipeline/media_pipeline_impl.h b/chromecast/media/cma/pipeline/media_pipeline_impl.h
index 0b7a8e71675483fba4e5adb19070223a16a4cdbe..e474535f8fada586abd6c7eed7775449d7516e30 100644
--- a/chromecast/media/cma/pipeline/media_pipeline_impl.h
+++ b/chromecast/media/cma/pipeline/media_pipeline_impl.h
@@ -100,8 +100,8 @@ class MediaPipelineImpl : public MediaPipeline {
// period.
int statistics_rolling_counter_;
- base::WeakPtrFactory<MediaPipelineImpl> weak_factory_;
base::WeakPtr<MediaPipelineImpl> weak_this_;
+ base::WeakPtrFactory<MediaPipelineImpl> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(MediaPipelineImpl);
};
« no previous file with comments | « chromecast/media/cma/pipeline/av_pipeline_impl.h ('k') | chromecast/media/cma/pipeline/video_pipeline_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698