Index: components/certificate_transparency/log_proof_fetcher_unittest.cc |
diff --git a/components/certificate_transparency/log_proof_fetcher_unittest.cc b/components/certificate_transparency/log_proof_fetcher_unittest.cc |
index a61da011b09199bd2a734e66282400fa1156ef91..f6caa3beb98bfd091dff8a772d4e987fe5a60abf 100644 |
--- a/components/certificate_transparency/log_proof_fetcher_unittest.cc |
+++ b/components/certificate_transparency/log_proof_fetcher_unittest.cc |
@@ -26,12 +26,12 @@ namespace certificate_transparency { |
namespace { |
const char kGetSTHHeaders[] = |
- "HTTP/1.1 200 OK\0" |
- "Content-Type: application/json; charset=ISO-8859-1\0"; |
+ "HTTP/1.1 200 OK\n" |
+ "Content-Type: application/json; charset=ISO-8859-1\n"; |
const char kGetSTHNotFoundHeaders[] = |
- "HTTP/1.1 404 Not Found\0" |
- "Content-Type: text/html; charset=iso-8859-1\0"; |
+ "HTTP/1.1 404 Not Found\n" |
+ "Content-Type: text/html; charset=iso-8859-1\n"; |
const char kLogSchema[] = "https"; |
const char kLogHost[] = "ct.log.example.com"; |