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

Unified Diff: Source/wtf/TemporaryChangeTest.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/StringHasherTest.cpp ('k') | Source/wtf/TreeNodeTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/TemporaryChangeTest.cpp
diff --git a/Source/wtf/TemporaryChangeTest.cpp b/Source/wtf/TemporaryChangeTest.cpp
index 36ab481a6a08cb61b378ffce74e9963c4a862de1..b1191ce17abe72d2eaff0f1266681c9d7e4fedec 100644
--- a/Source/wtf/TemporaryChangeTest.cpp
+++ b/Source/wtf/TemporaryChangeTest.cpp
@@ -24,11 +24,11 @@
*/
#include "config.h"
-
#include "wtf/TemporaryChange.h"
+
#include <gtest/gtest.h>
-namespace {
+namespace WTF {
TEST(TemporaryChangeTest, Nested)
{
@@ -45,4 +45,4 @@ TEST(TemporaryChangeTest, Nested)
EXPECT_FALSE(originallyFalse);
}
-} // namespace
+} // namespace WTF
« no previous file with comments | « Source/wtf/StringHasherTest.cpp ('k') | Source/wtf/TreeNodeTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698