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

Unified Diff: Source/wtf/testing/RunAllTests.cpp

Issue 224813004: win: Spell FINAL as final not sealed. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 | « Source/wtf/Compiler.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/testing/RunAllTests.cpp
diff --git a/Source/wtf/testing/RunAllTests.cpp b/Source/wtf/testing/RunAllTests.cpp
index 5d27780e99d586068c6249d6eff297fda1cbd7d9..3d42f374b8e6ee550ad351fdfe9902b4aa913887 100644
--- a/Source/wtf/testing/RunAllTests.cpp
+++ b/Source/wtf/testing/RunAllTests.cpp
@@ -33,6 +33,10 @@
#include "wtf/CryptographicallyRandomNumber.h"
#include "wtf/MainThread.h"
#include "wtf/WTF.h"
+
+// TODO(thakis): Remove after https://codereview.chromium.org/224763005/
+#undef FINAL
+
#include <base/test/test_suite.h>
#include <string.h>
« no previous file with comments | « Source/wtf/Compiler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698