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

Unified Diff: mojo/edk/util/ref_ptr_internal.h

Issue 1435043002: EDK: Sprinkle some more |final| secret sauce. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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 | « mojo/edk/util/ref_ptr.h ('k') | mojo/edk/util/waitable_event.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/util/ref_ptr_internal.h
diff --git a/mojo/edk/util/ref_ptr_internal.h b/mojo/edk/util/ref_ptr_internal.h
index 5c416e9439f650a9bf8e538040315c130c69d355..244984657803bc1ab0089e6fc130ea4b0e374fda 100644
--- a/mojo/edk/util/ref_ptr_internal.h
+++ b/mojo/edk/util/ref_ptr_internal.h
@@ -25,7 +25,7 @@ namespace internal {
// (below). (You can't friend partial specializations.) See |MakeRefCounted()|
// and |FRIEND_MAKE_REF_COUNTED()|.
template <typename T>
-class MakeRefCountedHelper {
+class MakeRefCountedHelper final {
public:
template <typename... Args>
static RefPtr<T> MakeRefCounted(Args&&... args) {
« no previous file with comments | « mojo/edk/util/ref_ptr.h ('k') | mojo/edk/util/waitable_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698