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

Unified Diff: Source/platform/TracedValueTest.cpp

Issue 1182703002: Fix unit test style in Source/platform/, part 1. (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/platform/TracedValueTest.cpp
diff --git a/Source/platform/TracedValueTest.cpp b/Source/platform/TracedValueTest.cpp
index 8a137bb810a3fa8af5e52283236c347d13ea1dd6..15d4ea1f1564ac2c977c8533092d8870672185cb 100644
--- a/Source/platform/TracedValueTest.cpp
+++ b/Source/platform/TracedValueTest.cpp
@@ -3,14 +3,11 @@
// found in the LICENSE file.
#include "config.h"
-
#include "platform/TracedValue.h"
#include <gtest/gtest.h>
-using namespace blink;
-
-namespace {
+namespace blink {
TEST(TracedValueTest, FlatDictionary)
{
@@ -48,4 +45,4 @@ TEST(TracedValueTest, Hierarchy)
EXPECT_EQ("{\"i0\":2014,\"dict1\":{\"i1\":2014,\"dict2\":{\"b2\":false},\"s1\":\"foo\"},\"d0\":0,\"b0\":true,\"a1\":[1,true,{\"i2\":3}],\"s0\":\"foo\"}", json);
}
-}
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698