Index: base/json/json_writer.cc |
diff --git a/base/json/json_writer.cc b/base/json/json_writer.cc |
index abfead80070d4354f878c6a8419f6e4a315d2e26..0933fc80993ebe004285eb9c2f9fda99a3e8ce54 100644 |
--- a/base/json/json_writer.cc |
+++ b/base/json/json_writer.cc |
@@ -14,11 +14,7 @@ |
namespace base { |
-#if defined(OS_WIN) |
-const char kPrettyPrintLineEnding[] = "\r\n"; |
-#else |
const char kPrettyPrintLineEnding[] = "\n"; |
-#endif |
// static |
bool JSONWriter::Write(const Value& node, std::string* json) { |