| Index: Source/web/tests/SpinLockTest.cpp
|
| diff --git a/Source/web/tests/SpinLockTest.cpp b/Source/web/tests/SpinLockTest.cpp
|
| index c6e8ba7f0181f287d28f76861abe7313b69bcd5c..8233746ea6b2f14bae0f549717bdb6eec97b4ff0 100644
|
| --- a/Source/web/tests/SpinLockTest.cpp
|
| +++ b/Source/web/tests/SpinLockTest.cpp
|
| @@ -40,9 +40,7 @@
|
| #include "wtf/PassOwnPtr.h"
|
| #include <gtest/gtest.h>
|
|
|
| -namespace {
|
| -
|
| -using namespace blink;
|
| +namespace blink {
|
|
|
| static const size_t bufferSize = 16;
|
|
|
| @@ -77,7 +75,7 @@ static void threadMain(volatile char* buffer)
|
| }
|
| }
|
|
|
| -TEST(WTF_SpinLock, Torture)
|
| +TEST(SpinLockTest, Torture)
|
| {
|
| char sharedBuffer[bufferSize];
|
|
|
| @@ -91,4 +89,4 @@ TEST(WTF_SpinLock, Torture)
|
| thread2.clear();
|
| }
|
|
|
| -} // namespace
|
| +} // namespace blink
|
|
|