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

Unified Diff: chromecast/media/cma/pipeline/av_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/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);
};
« no previous file with comments | « chromecast/media/cma/pipeline/audio_pipeline_impl.h ('k') | chromecast/media/cma/pipeline/media_pipeline_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698