| 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>
|
|
|
|
|