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

Unified Diff: test/cctest/test-debug.cc

Issue 1088993003: Replace OVERRIDE->override and FINAL->final since we now require C++11. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 months 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 | « test/cctest/compiler/test-run-stubs.cc ('k') | test/unittests/base/platform/condition-variable-unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-debug.cc
diff --git a/test/cctest/test-debug.cc b/test/cctest/test-debug.cc
index ab4d88e1dec0aba5b4d42dccf4abc2bca9a4831a..5740d32d79d5c8ff9fa4bb28f1cc995c026fcd47 100644
--- a/test/cctest/test-debug.cc
+++ b/test/cctest/test-debug.cc
@@ -4770,7 +4770,7 @@ TEST(NoHiddenProperties) {
// The Wait() call blocks a thread until it is called for the Nth time, then all
// calls return. Each ThreadBarrier object can only be used once.
template <int N>
-class ThreadBarrier FINAL {
+class ThreadBarrier final {
public:
ThreadBarrier() : num_blocked_(0) {}
« no previous file with comments | « test/cctest/compiler/test-run-stubs.cc ('k') | test/unittests/base/platform/condition-variable-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698