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

Unified Diff: Source/wtf/TreeNodeTest.cpp

Issue 1184043002: Fix unit test style in Source/wtf/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: apply review comments 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
« no previous file with comments | « Source/wtf/TemporaryChangeTest.cpp ('k') | Source/wtf/VectorTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/TreeNodeTest.cpp
diff --git a/Source/wtf/TreeNodeTest.cpp b/Source/wtf/TreeNodeTest.cpp
index f7c1a0463b5b4f431458e9c330b6beb86b01019f..b42758ef5642781caf19da943e8c9e288263f57b 100644
--- a/Source/wtf/TreeNodeTest.cpp
+++ b/Source/wtf/TreeNodeTest.cpp
@@ -24,7 +24,6 @@
*/
#include "config.h"
-
#include "wtf/TreeNode.h"
#include "wtf/PassRefPtr.h"
@@ -32,7 +31,7 @@
#include "wtf/RefPtr.h"
#include <gtest/gtest.h>
-namespace {
+namespace WTF {
class TestTree : public RefCounted<TestTree>, public TreeNode<TestTree> {
public:
@@ -233,5 +232,4 @@ TEST(TreeNodeTest, TraverseNextPostORder)
}
-
-} // namespace
+} // namespace WTF
« no previous file with comments | « Source/wtf/TemporaryChangeTest.cpp ('k') | Source/wtf/VectorTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698