| 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
|
|
|