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

Unified Diff: mojo/edk/system/test/scoped_test_dir.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 | « no previous file | mojo/edk/system/test/stopwatch.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/system/test/scoped_test_dir.h
diff --git a/mojo/edk/system/test/scoped_test_dir.h b/mojo/edk/system/test/scoped_test_dir.h
index 9f4db1bb3d2d2d0e8e3cb6004d2721f3ec510ce4..9d4fde8fbbdd114eaa984a29c46eb9c1a0a8d34f 100644
--- a/mojo/edk/system/test/scoped_test_dir.h
+++ b/mojo/edk/system/test/scoped_test_dir.h
@@ -15,7 +15,7 @@ namespace test {
// Creates/destroyes a temporary directory for test purposes. (Unlike
// |base::ScopedTempDir|, this automatically creates the temporary directory.)
-class ScopedTestDir {
+class ScopedTestDir final {
public:
ScopedTestDir();
~ScopedTestDir();
« no previous file with comments | « no previous file | mojo/edk/system/test/stopwatch.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698