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(); |