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

Unified Diff: mojo/edk/system/test/stopwatch.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/system/test/scoped_test_dir.h ('k') | mojo/edk/system/test/test_io_thread.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/test/stopwatch.h
diff --git a/mojo/edk/system/test/stopwatch.h b/mojo/edk/system/test/stopwatch.h
index ed8d1493e83f16a40d3df46ab822535410dd1202..8f4b3e3ccf873328132f26ecef1e5f9b0b5f2b18 100644
--- a/mojo/edk/system/test/stopwatch.h
+++ b/mojo/edk/system/test/stopwatch.h
@@ -16,7 +16,7 @@ namespace system {
namespace test {
// A simple "stopwatch" for measuring time elapsed from a given starting point.
-class Stopwatch {
+class Stopwatch final {
public:
Stopwatch();
~Stopwatch();
« no previous file with comments | « mojo/edk/system/test/scoped_test_dir.h ('k') | mojo/edk/system/test/test_io_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698