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

Unified Diff: Source/wtf/StringExtrasTest.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/SaturatedArithmeticTest.cpp ('k') | Source/wtf/StringHasherTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/StringExtrasTest.cpp
diff --git a/Source/wtf/StringExtrasTest.cpp b/Source/wtf/StringExtrasTest.cpp
index 1b4929b0d7c38dc304f7ae588254bab3b06f582c..5c9e0b1bc05b28f28041f52bbf50d4322b636126 100644
--- a/Source/wtf/StringExtrasTest.cpp
+++ b/Source/wtf/StringExtrasTest.cpp
@@ -24,14 +24,14 @@
*/
#include "config.h"
-
#include "wtf/StringExtras.h"
+
#include "wtf/text/CString.h"
#include "wtf/text/WTFString.h"
#include <gtest/gtest.h>
#include <limits>
-namespace {
+namespace WTF {
template<typename IntegerType> struct PrintfFormatTrait { static const char format[]; };
@@ -134,4 +134,4 @@ TEST(StringExtraTest, IntegerToStringConversionUnsignedIntegerRegularNumbers)
testNumbers<unsigned long long>();
}
-} // namespace
+} // namespace WTF
« no previous file with comments | « Source/wtf/SaturatedArithmeticTest.cpp ('k') | Source/wtf/StringHasherTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698