| Index: base/json/json_value_serializer_unittest.cc
|
| diff --git a/base/json/json_value_serializer_unittest.cc b/base/json/json_value_serializer_unittest.cc
|
| index a4d7cdce06b66d33e4e8fae5a31843ca540cacd1..579ada310fd04386a7f58ea27b8436c5952adec2 100644
|
| --- a/base/json/json_value_serializer_unittest.cc
|
| +++ b/base/json/json_value_serializer_unittest.cc
|
| @@ -248,11 +248,7 @@ TEST(JSONValueSerializerTest, Roundtrip) {
|
| ASSERT_TRUE(mutable_serializer.Serialize(*root_dict));
|
| // JSON output uses a different newline style on Windows than on other
|
| // platforms.
|
| -#if defined(OS_WIN)
|
| -#define JSON_NEWLINE "\r\n"
|
| -#else
|
| #define JSON_NEWLINE "\n"
|
| -#endif
|
| const std::string pretty_serialization =
|
| "{" JSON_NEWLINE
|
| " \"bool\": true," JSON_NEWLINE
|
|
|