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

Unified Diff: Source/wtf/VectorTest.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/TreeNodeTest.cpp ('k') | Source/wtf/text/AtomicStringTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/VectorTest.cpp
diff --git a/Source/wtf/VectorTest.cpp b/Source/wtf/VectorTest.cpp
index 0ae862150c25337ca51bb619e667a62709c54666..afb625762ca7d00e14e182df8e220a618bc52d18 100644
--- a/Source/wtf/VectorTest.cpp
+++ b/Source/wtf/VectorTest.cpp
@@ -24,14 +24,16 @@
*/
#include "config.h"
+#include "wtf/Vector.h"
#include "wtf/HashSet.h"
#include "wtf/OwnPtr.h"
#include "wtf/PassOwnPtr.h"
#include "wtf/text/WTFString.h"
-#include "wtf/Vector.h"
#include <gtest/gtest.h>
+namespace WTF {
+
namespace {
TEST(VectorTest, Basic)
@@ -392,4 +394,7 @@ TEST(VectorTest, Compare)
compare<Comparable>();
compare<WTF::String>();
}
-} // namespace
+
+} // anonymous namespace
+
+} // namespace WTF
« no previous file with comments | « Source/wtf/TreeNodeTest.cpp ('k') | Source/wtf/text/AtomicStringTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698