| Index: third_party/WebKit/Source/core/css/threaded/MultiThreadedTestUtil.h
|
| diff --git a/third_party/WebKit/Source/core/css/threaded/MultiThreadedTestUtil.h b/third_party/WebKit/Source/core/css/threaded/MultiThreadedTestUtil.h
|
| index 6666cedee815d2fe78daa7239488d61aa4deaa17..7d27ea6169c5a5e00b2b111b46471fbdb09e1fe7 100644
|
| --- a/third_party/WebKit/Source/core/css/threaded/MultiThreadedTestUtil.h
|
| +++ b/third_party/WebKit/Source/core/css/threaded/MultiThreadedTestUtil.h
|
| @@ -24,7 +24,7 @@ namespace blink {
|
| // instead of the normal gtest macros for MultiThreadedTests.
|
| // It guarantees that those tests are only run on Thread Sanitizer enabled
|
| // builds.
|
| -// Also, TSAN_TEST subclasses MultiThreadTest instead of testing::Test.
|
| +// Also, TSAN_TEST subclasses MultiThreadTest instead of ::testing::Test.
|
| #if defined(THREAD_SANITIZER)
|
|
|
| #define TSAN_TEST(test_case_name, test_name) \
|
| @@ -45,7 +45,7 @@ namespace blink {
|
|
|
| #endif
|
|
|
| -class MultiThreadedTest : public testing::Test {
|
| +class MultiThreadedTest : public ::testing::Test {
|
| public:
|
| // RunOnThreads run a closure num_threads * callbacks_per_thread times.
|
| // The default for this is 10*100 = 1000 times.
|
|
|