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

Unified Diff: Source/wtf/ListHashSetTest.cpp

Issue 1184043002: Fix unit test style in Source/wtf/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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
Index: Source/wtf/ListHashSetTest.cpp
diff --git a/Source/wtf/ListHashSetTest.cpp b/Source/wtf/ListHashSetTest.cpp
index a980de357a9d6c433171229777ef980a9a98bdc4..0fd4a95992883c8bf74952e9c884845665482aa6 100644
--- a/Source/wtf/ListHashSetTest.cpp
+++ b/Source/wtf/ListHashSetTest.cpp
@@ -32,6 +32,8 @@
#include "wtf/RefPtr.h"
#include <gtest/gtest.h>
+namespace WTF {
+
namespace {
template<typename Set>
@@ -718,4 +720,6 @@ TEST(LinkedHashSetTest, Swap)
swapTestHelper<LinkedHashSet<int>>();
}
-} // namespace
+} // anonymous namespace
+
+} // namespace WTF

Powered by Google App Engine
This is Rietveld 408576698