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

Unified Diff: mojo/edk/util/cond_var.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/command_line.h ('k') | mojo/edk/util/mutex.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/util/cond_var.h
diff --git a/mojo/edk/util/cond_var.h b/mojo/edk/util/cond_var.h
index 68b0fdd1aff599653d99f2948cc18b0b541f6f08..7acc2026c27369460b029c74ebfd5a6eeef26a85 100644
--- a/mojo/edk/util/cond_var.h
+++ b/mojo/edk/util/cond_var.h
@@ -18,7 +18,7 @@ namespace util {
class Mutex;
-class CondVar {
+class CondVar final {
public:
CondVar();
~CondVar();
« no previous file with comments | « mojo/edk/util/command_line.h ('k') | mojo/edk/util/mutex.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698