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

Unified Diff: Source/web/tests/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/platform/testing/RunAllTests.cpp ('k') | Source/web/tests/WebUnitTests.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/RunAllTests.cpp
diff --git a/Source/web/tests/RunAllTests.cpp b/Source/web/tests/RunAllTests.cpp
index dface958465cfc55369daae74fd32159a88bb354..1c570fceec0b16cfe8d0c7ac06a0d8d78ab94f72 100644
--- a/Source/web/tests/RunAllTests.cpp
+++ b/Source/web/tests/RunAllTests.cpp
@@ -32,6 +32,9 @@
#include "config.h"
#endif
+// TODO(thakis): Remove after https://codereview.chromium.org/224763005/
+#undef FINAL
+
// FIXME: Avoid this source dependency on Chromium's base module.
#include <base/test/test_suite.h>
« no previous file with comments | « Source/platform/testing/RunAllTests.cpp ('k') | Source/web/tests/WebUnitTests.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698