Chromium Code Reviews| Index: net/http/http_network_layer_unittest.cc |
| =================================================================== |
| --- net/http/http_network_layer_unittest.cc (revision 122608) |
| +++ net/http/http_network_layer_unittest.cc (working copy) |
| @@ -77,7 +77,7 @@ |
| MockRead data_reads[] = { |
| MockRead("HTTP/1.0 200 OK\r\n\r\n"), |
| MockRead("hello world"), |
| - MockRead(false, OK), |
| + MockRead(SYNCHRONOUS, OK), |
| }; |
| MockWrite data_writes[] = { |
| MockWrite("GET / HTTP/1.1\r\n" |