Index: base/json/json_writer_unittest.cc |
diff --git a/base/json/json_writer_unittest.cc b/base/json/json_writer_unittest.cc |
index 0daeafce1d710e91d8942c480b352692b8d39e46..364a8389608885140de397ae831b1de728ac87a4 100644 |
--- a/base/json/json_writer_unittest.cc |
+++ b/base/json/json_writer_unittest.cc |
@@ -70,11 +70,7 @@ TEST(JSONWriterTest, NestedTypes) { |
// The pretty-printer 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 |
EXPECT_EQ("{" JSON_NEWLINE |
" \"list\": [ {" JSON_NEWLINE |
" \"inner int\": 10" JSON_NEWLINE |