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

Unified Diff: media/mojo/services/mojo_cdm_service.h

Issue 872773008: Move WeakPtrFactory member last in class (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/mojo_cdm_service.h
diff --git a/media/mojo/services/mojo_cdm_service.h b/media/mojo/services/mojo_cdm_service.h
index 77f61497057c3205e7f62a6e92206ea9eb1a43ab..4e848004d9e80d6130b87f153f2bf4a46a332e52 100644
--- a/media/mojo/services/mojo_cdm_service.h
+++ b/media/mojo/services/mojo_cdm_service.h
@@ -68,8 +68,8 @@ class MojoCdmService
scoped_ptr<MediaKeys> cdm_;
- base::WeakPtrFactory<MojoCdmService> weak_factory_;
base::WeakPtr<MojoCdmService> weak_this_;
+ base::WeakPtrFactory<MojoCdmService> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(MojoCdmService);
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698