Chromium Code Reviews| Index: Source/wtf/RefPtrTest.cpp |
| diff --git a/Source/wtf/RefPtrTest.cpp b/Source/wtf/RefPtrTest.cpp |
| index c7b2655fd9fd7b8a9ac5c0a3780e864f1533f67e..d0d9fed8ab238c25f693e6c8c4ccfad63937bf60 100644 |
| --- a/Source/wtf/RefPtrTest.cpp |
| +++ b/Source/wtf/RefPtrTest.cpp |
| @@ -8,7 +8,7 @@ |
| #include "wtf/text/StringImpl.h" |
| #include <gtest/gtest.h> |
| -namespace { |
| +namespace WTF { |
| TEST(RefPtrTest, Basic) |
| { |
| @@ -31,4 +31,4 @@ TEST(RefPtrTest, MoveAssignmentOperator) |
| EXPECT_TRUE(!a); |
| } |
| -} |
| +} // namespace WTF |